net.grinder.scriptengine.java
Class TestJavaDCRInstrumenter

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

public class TestJavaDCRInstrumenter
extends Object

Unit tests for JavaDCRInstrumenter.

Author:
Philip Aston

Constructor Summary
TestJavaDCRInstrumenter()
           
 
Method Summary
 void setUp()
           
 void tearDown()
           
 void testArrays()
           
 void testCreateProxyWithNonWrappableParameters()
           
 void testGetDescription()
           
 void testInstrumentClass()
           
 void testInstrumentInstance()
           
 void testInstrumentUnmodifiableCLass()
           
 void testSelectivelyInstrumentInstance()
           
 void testWithNoPackage()
           
 void testWithNull()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestJavaDCRInstrumenter

public TestJavaDCRInstrumenter()
Method Detail

setUp

public void setUp()
           throws Exception
Throws:
Exception

tearDown

public void tearDown()
              throws Exception
Throws:
Exception

testGetDescription

public void testGetDescription()
                        throws Exception
Throws:
Exception

testCreateProxyWithNonWrappableParameters

public void testCreateProxyWithNonWrappableParameters()
                                               throws Exception
Throws:
Exception

testInstrumentClass

public void testInstrumentClass()
                         throws Exception
Throws:
Exception

testInstrumentUnmodifiableCLass

public void testInstrumentUnmodifiableCLass()
                                     throws Exception
Throws:
Exception

testInstrumentInstance

public void testInstrumentInstance()
                            throws Exception
Throws:
Exception

testSelectivelyInstrumentInstance

public void testSelectivelyInstrumentInstance()
                                       throws Exception
Throws:
Exception

testWithNull

public void testWithNull()
                  throws Exception
Throws:
Exception

testArrays

public void testArrays()
                throws Exception
Throws:
Exception

testWithNoPackage

public void testWithNoPackage()
                       throws Exception
Throws:
Exception


Copyright © 2000-2013. All Rights Reserved.