com.counterclaim.openefm.model
Class OpenEFMModelImplTestCase

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended bycom.counterclaim.openefm.model.OpenEFMModelImplTestCase
All Implemented Interfaces:
junit.framework.Test

public class OpenEFMModelImplTestCase
extends junit.framework.TestCase

 

Field Summary
private static CourtManager courtManager
           
private static LxmlFilingManager filingManager
           
private  org.apache.log4j.Logger log
           
private static OpenEFMModel model
           
private static UserManager userManager
           
 
Fields inherited from class junit.framework.TestCase
 
Constructor Summary
OpenEFMModelImplTestCase(java.lang.String theName)
          Defines the testcase name for JUnit.
 
Method Summary
static void main(java.lang.String[] theArgs)
          Start the tests.
 void setUp()
          Set up the test fixture.
static junit.framework.Test suite()
           
 void tearDown()
          Tear down the test fixture.
 void testAll()
          Tests creation and population of a Court with users and filing.
 
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
 

Field Detail

log

private org.apache.log4j.Logger log

model

private static OpenEFMModel model

courtManager

private static CourtManager courtManager

userManager

private static UserManager userManager

filingManager

private static LxmlFilingManager filingManager
Constructor Detail

OpenEFMModelImplTestCase

public OpenEFMModelImplTestCase(java.lang.String theName)
Defines the testcase name for JUnit.

Parameters:
theName - the testcase's name.
Method Detail

main

public static void main(java.lang.String[] theArgs)
Start the tests.

Parameters:
theArgs - the arguments. Not used

suite

public static junit.framework.Test suite()
Returns:
a test suite (TestSuite) that includes all methods starting with "test"

setUp

public void setUp()
           throws java.lang.Exception
Set up the test fixture.

Throws:
java.lang.Exception

tearDown

public void tearDown()
              throws java.lang.Exception
Tear down the test fixture.

Throws:
java.lang.Exception

testAll

public void testAll()
             throws ModelException
Tests creation and population of a Court with users and filing.

Throws:
ModelException


Copyright © 2002 counterclaim.com. All Rights Reserved.