net.grinder.scriptengine.jython
Class TestJythonScriptEngine
java.lang.Object
net.grinder.testutility.AbstractJUnit4FileTestCase
net.grinder.scriptengine.jython.TestJythonScriptEngine
- Direct Known Subclasses:
- TestJythonScriptEngineWithJython25
public class TestJythonScriptEngine
- extends net.grinder.testutility.AbstractJUnit4FileTestCase
Unit tests for JythonScriptEngine.
- Author:
- Philip Aston
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TestJythonScriptEngine
public TestJythonScriptEngine()
initialise
public void initialise()
throws Exception
- Throws:
Exception
testInitialiseNoFile
public void testInitialiseNoFile()
throws Exception
- Throws:
Exception
testInitialiseNoCallable
public void testInitialiseNoCallable()
throws Exception
- Throws:
Exception
testInitialiseNoCallable2
public void testInitialiseNoCallable2()
throws Exception
- Throws:
Exception
testInitialise
public void testInitialise()
throws Exception
- Throws:
Exception
testInitialiseJythonException
public void testInitialiseJythonException()
throws Exception
- Throws:
Exception
testInitialisePathScriptWorkingDirectory
public void testInitialisePathScriptWorkingDirectory()
throws Exception
- Throws:
Exception
testInitialisePathScriptDirectory
public void testInitialisePathScriptDirectory()
throws Exception
- Throws:
Exception
testShutdownExitHook
public void testShutdownExitHook()
throws Exception
- Throws:
Exception
testShutdownBadHook
public void testShutdownBadHook()
throws Exception
- Throws:
Exception
testWorkerRunnableNoCallable
public void testWorkerRunnableNoCallable()
throws Exception
- Throws:
Exception
testWorkerRunnableBadRunner
public void testWorkerRunnableBadRunner()
throws Exception
- Throws:
Exception
testWorkerRunnable
public void testWorkerRunnable()
throws Exception
- Throws:
Exception
testWorkerRunnableBadRunner2
public void testWorkerRunnableBadRunner2()
throws Exception
- Throws:
Exception
testWorkerRunnableBadRunner3
public void testWorkerRunnableBadRunner3()
throws Exception
- Throws:
Exception
testNewWorkerRunnableWithTestRunner
public void testNewWorkerRunnableWithTestRunner()
throws Exception
- Throws:
Exception
callback
public static void callback(Object o)
Copyright © 2000-2013. All Rights Reserved.