org.droidparts.test.testcase.rest
Class RESTClientAuthenticate

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by android.test.AndroidTestCase
              extended by org.droidparts.test.testcase.rest.RESTClientAuthenticate
All Implemented Interfaces:
junit.framework.Test

public class RESTClientAuthenticate
extends android.test.AndroidTestCase


Field Summary
 
Fields inherited from class android.test.AndroidTestCase
mContext
 
Constructor Summary
RESTClientAuthenticate()
           
 
Method Summary
 void testHttpBasicAuth()
           
 void testHttpBasicAuthLegacy()
           
 void testHttpBasicAuthOkHttp()
           
 
Methods inherited from class android.test.AndroidTestCase
assertActivityRequiresPermission, assertReadingContentUriRequiresPermission, assertWritingContentUriRequiresPermission, getContext, scrubClass, setContext, setUp, tearDown, testAndroidTestCaseSetupProperly
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, 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, failNotEquals, failNotSame, failSame
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RESTClientAuthenticate

public RESTClientAuthenticate()
Method Detail

testHttpBasicAuth

public void testHttpBasicAuth()
                       throws Exception
Throws:
Exception

testHttpBasicAuthOkHttp

public void testHttpBasicAuthOkHttp()
                             throws Exception
Throws:
Exception

testHttpBasicAuthLegacy

public void testHttpBasicAuthLegacy()
                             throws Exception
Throws:
Exception


Copyright © 2011-2014. All Rights Reserved.