net.grinder.engine.process.dcr
Class TestDCRContextImplementation

java.lang.Object
  extended by net.grinder.engine.process.dcr.TestDCRContextImplementation

public class TestDCRContextImplementation
extends Object

Unit tests for DCRContextImplementation.

Author:
Philip Aston

Constructor Summary
TestDCRContextImplementation()
           
 
Method Summary
 void setUp()
           
 void tearDown()
           
 void testCreateWithBadRetransformation()
           
 void testCreateWithNoInstrumentation()
           
 void testCreateWithNoRetransformation()
           
 void testExternalLoggerIsInstrumentable()
           
 void testWithBadAdvice()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestDCRContextImplementation

public TestDCRContextImplementation()
Method Detail

setUp

public void setUp()
           throws Exception
Throws:
Exception

tearDown

public void tearDown()
              throws Exception
Throws:
Exception

testCreateWithNoInstrumentation

public void testCreateWithNoInstrumentation()
                                     throws Exception
Throws:
Exception

testCreateWithNoRetransformation

public void testCreateWithNoRetransformation()
                                      throws Exception
Throws:
Exception

testCreateWithBadRetransformation

public void testCreateWithBadRetransformation()
                                       throws Exception
Throws:
Exception

testWithBadAdvice

public void testWithBadAdvice()
                       throws Exception
Throws:
Exception

testExternalLoggerIsInstrumentable

public void testExternalLoggerIsInstrumentable()
                                        throws Exception
Throws:
Exception


Copyright © 2000-2013. All Rights Reserved.