ccl.swing.test
Class CCLLineBorderTest

java.lang.Object
  |
  +--ccl.util.Test
        |
        +--ccl.swing.test.CCLLineBorderTest
All Implemented Interfaces:
java.lang.Runnable

public class CCLLineBorderTest
extends Test

Tests class CCLLineBorder.


Constructor Summary
CCLLineBorderTest()
          Default constructor.
CCLLineBorderTest(Test pTest_)
          Standard constructor.
 
Method Summary
protected  void _doIt()
          Main test routine.
static void main(java.lang.String[] asArg_)
          Main method if test class should be run individually.
 void testCCLLineBorder()
          Default test.
 
Methods inherited from class ccl.util.Test
_enterSubTest, _exitSubTest, _getValue, _increment, _setTests, _showLiveSignals, assert, Assert, assert, Assert, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertNotNull, assertNotNull, assertTrue, assertTrue, assertTrue, bug, bugIf, bugIf, bugIf, fail, fail, getBugs, getComment, getGlobalTests, getLocalTests, getName, getTestClassDirectory, getTestDirectory, getTestName, getTestName, getValue, initialize, isTest, isTiming, isVerbose, printResult, printResult, redirectStandardStreams, run, setBug, setParentTest, setTests, setTiming, setValue, setVerbose, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CCLLineBorderTest

public CCLLineBorderTest()
Default constructor.


CCLLineBorderTest

public CCLLineBorderTest(Test pTest_)
Standard constructor.

Method Detail

testCCLLineBorder

public void testCCLLineBorder()
                       throws java.lang.Exception
Default test.

java.lang.Exception

_doIt

protected void _doIt()
              throws java.lang.Exception
Main test routine.

Specified by:
_doIt in class Test
Throws:
java.lang.Exception - if anything goes wrong the test fails as well.

main

public static void main(java.lang.String[] asArg_)
Main method if test class should be run individually.