net.grinder.scriptengine.jython
Class TestJythonScriptEngineService

java.lang.Object
  extended by net.grinder.testutility.AbstractJUnit4FileTestCase
      extended by net.grinder.scriptengine.jython.AbstractJythonScriptEngineServiceTests
          extended by net.grinder.scriptengine.jython.TestJythonScriptEngineService

public class TestJythonScriptEngineService
extends AbstractJythonScriptEngineServiceTests

Unit tests for JythonScriptEngine.

Author:
Philip Aston

Field Summary
 
Fields inherited from class net.grinder.scriptengine.jython.AbstractJythonScriptEngineServiceTests
m_jythonScriptEngineService, m_pyScript, m_recorder, m_test
 
Constructor Summary
TestJythonScriptEngineService()
           
 
Method Summary
 void testCreateInstrumentedProxy()
           
 void testInitialisationWithCollocatedGrinderAndJythonJars()
           
 void testInstrument()
           
 void testWithNoInstrumenters()
           
 
Methods inherited from class net.grinder.scriptengine.jython.AbstractJythonScriptEngineServiceTests
setUp, testInitialisationWithCacheDir, testInitialisationWithEmptyClasspath, testInitialisationWithNonCollocatedGrinderAndJythonJars, testNoMatch
 
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

TestJythonScriptEngineService

public TestJythonScriptEngineService()
Method Detail

testInitialisationWithCollocatedGrinderAndJythonJars

public void testInitialisationWithCollocatedGrinderAndJythonJars()
                                                          throws Exception
Throws:
Exception

testCreateInstrumentedProxy

public void testCreateInstrumentedProxy()
                                 throws Exception
Throws:
Exception

testInstrument

public void testInstrument()
                    throws Exception
Throws:
Exception

testWithNoInstrumenters

public void testWithNoInstrumenters()
                             throws Exception
Throws:
Exception


Copyright © 2000-2013. All Rights Reserved.