net.grinder.scriptengine
Class TestCompositeInstrumenter

java.lang.Object
  extended by net.grinder.scriptengine.TestCompositeInstrumenter

public class TestCompositeInstrumenter
extends Object

Unit tests for CompositeInstrumenter.

Author:
Philip Aston

Constructor Summary
TestCompositeInstrumenter()
           
 
Method Summary
 void setUp()
           
 void testCreateInstrumentedFailure()
           
 void testCreateInstrumentedProxy()
           
 void testCreateInstrumentedProxyFailure()
           
 void testCreateInstrumentedProxyWithNull()
           
 void testGetDescription()
           
 void testInstrument()
           
 void testInstrumentWithNull()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestCompositeInstrumenter

public TestCompositeInstrumenter()
Method Detail

setUp

public void setUp()
           throws Exception
Throws:
Exception

testCreateInstrumentedProxy

public void testCreateInstrumentedProxy()
                                 throws Exception
Throws:
Exception

testCreateInstrumentedProxyWithNull

public void testCreateInstrumentedProxyWithNull()
                                         throws Exception
Throws:
Exception

testCreateInstrumentedProxyFailure

public void testCreateInstrumentedProxyFailure()
                                        throws Exception
Throws:
Exception

testInstrument

public void testInstrument()
                    throws Exception
Throws:
Exception

testInstrumentWithNull

public void testInstrumentWithNull()
                            throws Exception
Throws:
Exception

testCreateInstrumentedFailure

public void testCreateInstrumentedFailure()
                                   throws Exception
Throws:
Exception

testGetDescription

public void testGetDescription()
                        throws Exception
Throws:
Exception


Copyright © 2000-2013. All Rights Reserved.