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

*/
var FileUtilsTest = {

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


};