net.grinder.console.model
Class TestSampleModelImplementation

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by net.grinder.testutility.AbstractFileTestCase
              extended by net.grinder.console.model.TestSampleModelImplementation
All Implemented Interfaces:
junit.framework.Test

public class TestSampleModelImplementation
extends net.grinder.testutility.AbstractFileTestCase

Unit tests for SampleModelImplementation.

Author:
Philip Aston

Field Summary
 
Fields inherited from class net.grinder.testutility.AbstractFileTestCase
s_random
 
Constructor Summary
TestSampleModelImplementation()
           
 
Method Summary
protected  void setUp()
           
 void tearDown()
           
 void testAbstractListener()
           
 void testConstruction()
           
 void testRegisterTests()
           
 void testReset()
           
 void testSampleListeners()
           
 void testWaitingToStopped()
           
 void testWaitingToTriggeredToCapturingToStopped()
           
 
Methods inherited from class net.grinder.testutility.AbstractFileTestCase
getDirectory
 
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, format
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TestSampleModelImplementation

public TestSampleModelImplementation()
Method Detail

setUp

protected void setUp()
              throws Exception
Overrides:
setUp in class junit.framework.TestCase
Throws:
Exception

tearDown

public void tearDown()
              throws Exception
Overrides:
tearDown in class net.grinder.testutility.AbstractFileTestCase
Throws:
Exception

testConstruction

public void testConstruction()
                      throws Exception
Throws:
Exception

testRegisterTests

public void testRegisterTests()
                       throws Exception
Throws:
Exception

testWaitingToStopped

public void testWaitingToStopped()
                          throws Exception
Throws:
Exception

testWaitingToTriggeredToCapturingToStopped

public void testWaitingToTriggeredToCapturingToStopped()
                                                throws Exception
Throws:
Exception

testReset

public void testReset()
               throws Exception
Throws:
Exception

testSampleListeners

public void testSampleListeners()
                         throws Exception
Throws:
Exception

testAbstractListener

public void testAbstractListener()


Copyright © 2000-2013. All Rights Reserved.