com.counterclaim.openefm.client
Class HttpContentClientTestCase

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended bycom.counterclaim.openefm.BaseTestCase
              extended bycom.counterclaim.openefm.client.HttpContentClientTestCase
All Implemented Interfaces:
junit.framework.Test

public class HttpContentClientTestCase
extends BaseTestCase

This tests the facilitators in class HttpContentClient. That class a 'main()' method which tests the rest of its functionality, so I'm just calling that directly here.

 

Field Summary
 
Fields inherited from class com.counterclaim.openefm.BaseTestCase
SAMPLE_LXML_PATH, SERVER_CONFIG_PATH
 
Fields inherited from class junit.framework.TestCase
 
Constructor Summary
HttpContentClientTestCase(java.lang.String name)
          Construct a TestCase for class HttpContentClient.
 
Method Summary
 void testMethods()
          Test the 'main()' method, which tests the rest of the class.
 
Methods inherited from class com.counterclaim.openefm.BaseTestCase
assertFalse, assertFalse, assertNegative, assertNegative, assertPositive, assertPositive, assertZero, assertZero, getController, getFilingContext, getId, getInternalLxmlFiling, getInternalLxmlFiling, getModel, getOzoneLxmlFiling, getOzoneObjectManager, getOzoneUser, getSampleInternalLxmlFiling, getSampleLxmlFiling, restartServer, setUp, startServer, tearDown
 
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

HttpContentClientTestCase

public HttpContentClientTestCase(java.lang.String name)
Construct a TestCase for class HttpContentClient.

Parameters:
name - the name of this test case
Method Detail

testMethods

public void testMethods()
                 throws java.lang.Exception
Test the 'main()' method, which tests the rest of the class.

Throws:
java.lang.Exception


Copyright © 2002 counterclaim.com. All Rights Reserved.