tests
Class JUnit_Clock

java.lang.Object
  extended by tests.JUnit_ClockSpecification
      extended by tests.JUnit_Clock

public class JUnit_Clock
extends JUnit_ClockSpecification

Test for Clock extends JUnit_ClockSpecification

Version:
1
Author:
J Paul Gibson

Constructor Summary
JUnit_Clock()
           
 
Method Summary
 void setUp()
          Initialise clockUnderTest as a concrete object to be tested
 void test_toString()
          
Methods inherited from class tests.JUnit_ClockSpecification
tearDown, test_getTime, test_invariant, test_resetClock, test_setClock_exception, test_setClock, test_tick_int_exception, test_tick_int, test_tick
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JUnit_Clock

public JUnit_Clock()
Method Detail

setUp

public void setUp()
           throws java.lang.Exception
Description copied from class: JUnit_ClockSpecification
Initialise clockUnderTest as a concrete object to be tested

Specified by:
setUp in class JUnit_ClockSpecification
Throws:
java.lang.Exception

test_toString

Unit test for Clock.toString()