org.freehep.jas.util.waitcursor
Class DelayTimerTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.freehep.jas.util.waitcursor.DelayTimerTest
All Implemented Interfaces:
junit.framework.Test

public class DelayTimerTest
extends junit.framework.TestCase


Constructor Summary
DelayTimerTest(String name)
           
 
Method Summary
 void setUp()
           
 void tearDown()
           
 void testMishMash()
           
 void testNoTriggerIfTooShort()
           
 void testNotStarted()
           
 void testStopTimerHappensAfterTrigger()
           
 void testTimerOnlyTriggersOneEvent()
           
 void testTimerRestarts()
           
 void testTimerStopsTwice()
           
 void testTimerTriggersThenStops()
           
 void testTriggers()
           
 void testTriggerTrigger()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail, failNotEquals, failNotSame, failSame
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DelayTimerTest

public DelayTimerTest(String name)
Method Detail

setUp

public void setUp()
Overrides:
setUp in class junit.framework.TestCase

tearDown

public void tearDown()
Overrides:
tearDown in class junit.framework.TestCase

testMishMash

public void testMishMash()

testNoTriggerIfTooShort

public void testNoTriggerIfTooShort()

testNotStarted

public void testNotStarted()

testStopTimerHappensAfterTrigger

public void testStopTimerHappensAfterTrigger()

testTimerOnlyTriggersOneEvent

public void testTimerOnlyTriggersOneEvent()

testTimerRestarts

public void testTimerRestarts()

testTimerStopsTwice

public void testTimerStopsTwice()

testTimerTriggersThenStops

public void testTimerTriggersThenStops()

testTriggerTrigger

public void testTriggerTrigger()

testTriggers

public void testTriggers()


Copyright © 2013. All Rights Reserved.