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

*/
var FileBridgeTest = {

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

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

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

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

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

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

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

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

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


};