net.grinder.scriptengine.clojure
Class TestClojureScriptEngine

java.lang.Object
  extended by net.grinder.testutility.AbstractJUnit4FileTestCase
      extended by net.grinder.scriptengine.clojure.TestClojureScriptEngine

public class TestClojureScriptEngine
extends AbstractJUnit4FileTestCase

Unit tests for ClojureScriptEngine.

Author:
Philip Aston

Constructor Summary
TestClojureScriptEngine()
           
 
Method Summary
static void called()
           
 void testBadRunnerFactory()
           
 void testBadScript()
           
 void testBadWorkerRunnable()
           
 void testCreateWorkerRunnableWithBadRunner()
           
 void testCreateWorkerRunnableWithGoodRunner()
           
 void testGoodWorkerRunnable()
           
 void testNilRunnerFactory()
           
 void testNilWorkerRunnable()
           
 void testNoneRunnerFactory()
           
 void testNoWorkerRunnable()
           
 
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

TestClojureScriptEngine

public TestClojureScriptEngine()
Method Detail

testBadScript

public void testBadScript()
                   throws Exception
Throws:
Exception

testNilRunnerFactory

public void testNilRunnerFactory()
                          throws Exception
Throws:
Exception

testNoneRunnerFactory

public void testNoneRunnerFactory()
                           throws Exception
Throws:
Exception

testNoWorkerRunnable

public void testNoWorkerRunnable()
                          throws Exception
Throws:
Exception

testNilWorkerRunnable

public void testNilWorkerRunnable()
                           throws Exception
Throws:
Exception

testBadRunnerFactory

public void testBadRunnerFactory()
                          throws Exception
Throws:
Exception

testGoodWorkerRunnable

public void testGoodWorkerRunnable()
                            throws Exception
Throws:
Exception

testBadWorkerRunnable

public void testBadWorkerRunnable()
                           throws Exception
Throws:
Exception

testCreateWorkerRunnableWithBadRunner

public void testCreateWorkerRunnableWithBadRunner()
                                           throws Exception
Throws:
Exception

testCreateWorkerRunnableWithGoodRunner

public void testCreateWorkerRunnableWithGoodRunner()
                                            throws Exception
Throws:
Exception

called

public static void called()


Copyright © 2000-2013. All Rights Reserved.