com.netmera.mobile.test
Class NetmeraContentTest

java.lang.Object
  extended by com.netmera.mobile.test.NetmeraTestUtil
      extended by com.netmera.mobile.test.NetmeraContentTest

public class NetmeraContentTest
extends NetmeraTestUtil


Field Summary
 
Fields inherited from class com.netmera.mobile.test.NetmeraTestUtil
SECURITY_KEY
 
Constructor Summary
NetmeraContentTest()
           
 
Method Summary
 void batchCreateTest()
           
 void createInBackgroundTest()
           
 void createTest()
           
 void deleteAllTest()
           
 void deleteInBackgroundTest()
           
 void deleteTest()
           
 void updateInBackgroundTest()
           
 void updateTest()
           
 
Methods inherited from class com.netmera.mobile.test.NetmeraTestUtil
init
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NetmeraContentTest

public NetmeraContentTest()
Method Detail

createTest

public void createTest()
                throws NetmeraException
Throws:
NetmeraException

batchCreateTest

public void batchCreateTest()
                     throws NetmeraException
Throws:
NetmeraException

createInBackgroundTest

public void createInBackgroundTest()
                            throws NetmeraException
Throws:
NetmeraException

updateTest

public void updateTest()
                throws NetmeraException
Throws:
NetmeraException

updateInBackgroundTest

public void updateInBackgroundTest()
                            throws NetmeraException
Throws:
NetmeraException

deleteTest

public void deleteTest()
                throws NetmeraException
Throws:
NetmeraException

deleteInBackgroundTest

public void deleteInBackgroundTest()
                            throws NetmeraException
Throws:
NetmeraException

deleteAllTest

public void deleteAllTest()
                   throws NetmeraException
Throws:
NetmeraException