com.quadrique.jbuildingblocks.core.interpreter
Class JbbJavaInterpreterTest

java.lang.Object
  extended by com.quadrique.jbuildingblocks.core.interpreter.JbbJavaInterpreterTest

public class JbbJavaInterpreterTest
extends Object

A test class for the JUnit testing framework


Constructor Summary
JbbJavaInterpreterTest()
           
 
Method Summary
 void afterEachTest()
          clean up the tests fixture
 void beforeEachTest()
          acquireConnection the tests fixture
 void testFindAndExecuteMethod1()
           
 void testFindAndExecuteMethod2()
          script syntax error
 void testFindAndExecuteMethod3()
          script that generates an exception
 void testFindAndExecuteMethod4()
           
 void testFindAndExecuteMethod5()
           
 void testFindAndExecuteMethod6()
           
 void testFindAndExecuteMethod7()
           
 void testFindAndExecuteMethod9()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JbbJavaInterpreterTest

public JbbJavaInterpreterTest()
Method Detail

beforeEachTest

public void beforeEachTest()
acquireConnection the tests fixture


afterEachTest

public void afterEachTest()
clean up the tests fixture


testFindAndExecuteMethod1

public void testFindAndExecuteMethod1()

testFindAndExecuteMethod2

public void testFindAndExecuteMethod2()
script syntax error


testFindAndExecuteMethod3

public void testFindAndExecuteMethod3()
script that generates an exception


testFindAndExecuteMethod4

public void testFindAndExecuteMethod4()

testFindAndExecuteMethod5

public void testFindAndExecuteMethod5()

testFindAndExecuteMethod6

public void testFindAndExecuteMethod6()

testFindAndExecuteMethod7

public void testFindAndExecuteMethod7()

testFindAndExecuteMethod9

public void testFindAndExecuteMethod9()


Copyright © 2001-2008 Quadrique Corporation. All Rights Reserved.