|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjunit.framework.Assert
junit.framework.TestCase
pk.edu.niit.clarens.test.ClarensTestCase
pk.edu.niit.clarens.test.SystemMethodTest
Tests of the "system.*" xmlrpc methods.
ClarensServer| Field Summary |
| Fields inherited from class pk.edu.niit.clarens.test.ClarensTestCase |
client, clientCertFile, clientKeyFile, serverUrl |
| Constructor Summary | |
SystemMethodTest(java.lang.String s)
Create a named test case. |
|
| Method Summary | |
protected void |
setUp()
Set up for the unit tests. |
static junit.framework.Test |
suite()
Create a test suite from the individual unit tests. |
protected void |
tearDown()
Cleanup after a unit test has run. |
void |
testAuth()
Test the system.auth method. |
void |
testAuth2()
Test the system.auth2 method. |
void |
testSetup()
Basic xmlrpc connection test. |
| Methods inherited from class junit.framework.TestCase |
countTestCases, createResult, getName, name, run, run, runBare, runTest, setName, toString |
| Methods inherited from class junit.framework.Assert |
assert, assert, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertNotNull, assertNotNull, 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 |
public SystemMethodTest(java.lang.String s)
s - The name of the test to construct.| Method Detail |
protected void setUp()
protected void tearDown()
public void testSetup()
public void testAuth()
public void testAuth2()
public static junit.framework.Test suite()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||