|
||||||||||
| 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.FileMethodTest
Tests of the "file.*" xmlrpc methods.
FileMethods| Field Summary |
| Fields inherited from class pk.edu.niit.clarens.test.ClarensTestCase |
client, clientCertFile, clientKeyFile, serverUrl |
| Constructor Summary | |
FileMethodTest(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 |
testLsDotGlobPattern()
Test the file.ls method with a glob pattern. |
void |
testLsGlobDotGlobPattern()
Test the file.ls method with a glob pattern. |
void |
testLsGlobPattern()
Test the file.ls method with a glob pattern. |
void |
testLsNoPattern()
Test the file.ls method with a glob pattern. |
void |
testReadPerformance()
Test the file.read method with a simple small file. |
void |
testSimpleRead()
Test the file.read method with a simple small file. |
| 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 FileMethodTest(java.lang.String s)
s - The name of the test to construct.| Method Detail |
protected void setUp()
protected void tearDown()
public void testLsNoPattern()
public void testLsGlobPattern()
public void testLsDotGlobPattern()
public void testLsGlobDotGlobPattern()
public void testSimpleRead()
public void testReadPerformance()
public static junit.framework.Test suite()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||