/**@class android.content.ContentProviderOperationTest
@extends TestCase

*/
var ContentProviderOperationTest = {

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

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

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

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

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

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

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

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

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

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

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


};