/**@class android.content.MemoryFileProviderTest
@extends android.test.AndroidTestCase

 Tests reading a MemoryFile-based AssestFile from a ContentProvider running
 in a different process.
*/
var MemoryFileProviderTest = {

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

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

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


};