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

Quick Search    Search Deep

org.apache.commons.lang.time
Class StopWatchTest  view StopWatchTest download StopWatchTest.java

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended byorg.apache.commons.lang.time.StopWatchTest
All Implemented Interfaces:
junit.framework.Test

public class StopWatchTest
extends junit.framework.TestCase

TestCase for StopWatch.

Version:
$Id: StopWatchTest.java 161244 2005-04-14 06:16:36Z ggregory $

Field Summary
 
Fields inherited from class junit.framework.TestCase
 
Constructor Summary
StopWatchTest(java.lang.String s)
           
 
Method Summary
static void main(java.lang.String[] args)
           
static junit.framework.Test suite()
           
 void testBadStates()
           
 void testStopWatchSimple()
           
 void testStopWatchSimpleGet()
           
 void testStopWatchSplit()
           
 void testStopWatchSuspend()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, tearDown, 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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StopWatchTest

public StopWatchTest(java.lang.String s)
Method Detail

main

public static void main(java.lang.String[] args)

suite

public static junit.framework.Test suite()

testStopWatchSimple

public void testStopWatchSimple()

testStopWatchSimpleGet

public void testStopWatchSimpleGet()

testStopWatchSplit

public void testStopWatchSplit()

testStopWatchSuspend

public void testStopWatchSuspend()

testBadStates

public void testBadStates()