net.grinder.engine.agent
Class TestAgentImplementation

java.lang.Object
  extended by net.grinder.testutility.AbstractJUnit4FileTestCase
      extended by net.grinder.engine.agent.TestAgentImplementation

public class TestAgentImplementation
extends net.grinder.testutility.AbstractJUnit4FileTestCase

Unit tests for Agent TestAgent.

Author:
Philip Aston

Nested Class Summary
static class TestAgentImplementation.TestRunner
           
 
Constructor Summary
TestAgentImplementation()
           
 
Method Summary
 void setUp()
           
 void tearDown()
           
 void testConstruction()
           
 void testRampUp()
           
 void testReconnect()
           
 void testRun()
           
 void testRunDefaultProperties()
           
 void testWithConsole()
           
 
Methods inherited from class net.grinder.testutility.AbstractJUnit4FileTestCase
getDirectory
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestAgentImplementation

public TestAgentImplementation()
Method Detail

setUp

public void setUp()
           throws Exception
Throws:
Exception

tearDown

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

testConstruction

public void testConstruction()
                      throws Exception
Throws:
Exception

testRunDefaultProperties

public void testRunDefaultProperties()
                              throws Exception
Throws:
Exception

testRun

public void testRun()
             throws Exception
Throws:
Exception

testWithConsole

public void testWithConsole()
                     throws Exception
Throws:
Exception

testRampUp

public void testRampUp()
                throws Exception
Throws:
Exception

testReconnect

public void testReconnect()
                   throws Exception
Throws:
Exception


Copyright © 2000-2013. All Rights Reserved.