/**@class android.os.MemoryFileTest
@extends android.test.AndroidTestCase

*/
var MemoryFileTest = {

/**Keep allocating new files till the system purges them.
*/
testPurge : function(  ) {},

/**
*/
testRun : function(  ) {},

/**
*/
testOutputStreamAdvances : function(  ) {},

/**
*/
testReadNegativeOffset : function(  ) {},

/**
*/
testReadNegativeCount : function(  ) {},

/**
*/
testReadOffsetOverflow : function(  ) {},

/**
*/
testReadOffsetCountOverflow : function(  ) {},

/**
*/
testReadEOF : function(  ) {},

/**
*/
testCloseClose : function(  ) {},

/**
*/
testCloseRead : function(  ) {},

/**
*/
testCloseWrite : function(  ) {},

/**
*/
testCloseAllowPurging : function(  ) {},

/**
*/
testCloseLeak : function(  ) {},


};