test.com.buddy.sdk
Class BasicTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by android.test.InstrumentationTestCase
              extended by test.com.buddy.sdk.BasicTest
All Implemented Interfaces:
junit.framework.Test

public class BasicTest
extends android.test.InstrumentationTestCase


Constructor Summary
BasicTest()
           
 
Method Summary
 void testCreateUser()
           
 void testLoginUser()
           
 void testPingFail()
           
 void testPingSuccess()
           
 void testRunInThread()
           
 void testUploadFile()
           
 
Methods inherited from class android.test.InstrumentationTestCase
getInstrumentation, injectInsrumentation, injectInstrumentation, launchActivity, launchActivityWithIntent, runTest, runTestOnUiThread, sendKeys, sendKeys, sendRepeatedKeys, tearDown
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, setName, setUp, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BasicTest

public BasicTest()
Method Detail

testPingSuccess

public void testPingSuccess()
                     throws java.lang.Exception
Throws:
java.lang.Exception

testPingFail

public void testPingFail()
                  throws java.lang.Exception
Throws:
java.lang.Exception

testCreateUser

public void testCreateUser()
                    throws java.lang.Exception
Throws:
java.lang.Exception

testLoginUser

public void testLoginUser()
                   throws java.lang.Exception
Throws:
java.lang.Exception

testRunInThread

public void testRunInThread()
                     throws java.lang.Exception
Throws:
java.lang.Exception

testUploadFile

public void testUploadFile()
                    throws java.lang.Exception
Throws:
java.lang.Exception