Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.simscomputing.testbed
Class ClearBoxTest  view ClearBoxTest download ClearBoxTest.java

java.lang.Object
  extended bycom.simscomputing.testbed.TestCaseCollection
      extended bycom.simscomputing.testbed.ClearBoxTest

public class ClearBoxTest
extends TestCaseCollection

Unit test for the ClearBox class.

Version:
$Revision: 1.1.1.1 $ $Date: 2000/02/21 21:22:33 $

Nested Class Summary
static class ClearBoxTest.PrivateClass
           
 
Field Summary
 
Fields inherited from class com.simscomputing.testbed.TestCaseCollection
TEST_CASE_PREFIX
 
Constructor Summary
ClearBoxTest()
           
 
Method Summary
 void runTestFailure()
           
 void runTestGetField()
           
 void runTestSetField()
           
 void runTestTrivial()
          A trivial test.
 void runTestTrivial2()
           
 
Methods inherited from class com.simscomputing.testbed.TestCaseCollection
addTestCaseCollection, assert, clearMarkedMethods, exercise, exercise, exerciseTestCase, getName, getNumberOfTestCases, getRelatedTestCaseCollections, getTestCaseMethods, isMethodTestCase, logStdError, logStdOut, markForTesting, reset, setup, setupCollection, stop, teardown, teardownCollection, wasStopped
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClearBoxTest

public ClearBoxTest()
Method Detail

runTestTrivial

public void runTestTrivial()
A trivial test.


runTestFailure

public void runTestFailure()

runTestTrivial2

public void runTestTrivial2()

runTestGetField

public void runTestGetField()

runTestSetField

public void runTestSetField()