net.grinder.engine.process
Class TestGrinderThread

java.lang.Object
  extended by net.grinder.testutility.AbstractJUnit4FileTestCase
      extended by net.grinder.engine.process.TestGrinderThread

public class TestGrinderThread
extends AbstractJUnit4FileTestCase

Unit tests for GrinderThread.

Author:
Philip Aston

Constructor Summary
TestGrinderThread()
           
 
Method Summary
 void setUp()
           
 void testConstruction()
           
 void testMultipleRuns()
           
 void testRun()
           
 void testRunForeverShutdownException()
           
 void testRunScriptEngineException()
           
 void testRunScriptException()
           
 void testRunSomeOtherException()
           
 
Methods inherited from class net.grinder.testutility.AbstractJUnit4FileTestCase
getDirectory, tearDown
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestGrinderThread

public TestGrinderThread()
Method Detail

setUp

public void setUp()
           throws Exception
Throws:
Exception

testConstruction

public void testConstruction()
                      throws Exception
Throws:
Exception

testRun

public void testRun()
             throws Exception
Throws:
Exception

testMultipleRuns

public void testMultipleRuns()
                      throws Exception
Throws:
Exception

testRunForeverShutdownException

public void testRunForeverShutdownException()
                                     throws Exception
Throws:
Exception

testRunScriptException

public void testRunScriptException()
                            throws Exception
Throws:
Exception

testRunScriptEngineException

public void testRunScriptEngineException()
                                  throws Exception
Throws:
Exception

testRunSomeOtherException

public void testRunSomeOtherException()
                               throws Exception
Throws:
Exception


Copyright © 2000-2013. All Rights Reserved.