com.didana.codecontract.tests
Class ExpressionHandlerTest

java.lang.Object
  extended by com.didana.codecontract.tests.ExpressionHandlerTest

public class ExpressionHandlerTest
extends java.lang.Object

JUnit test case for testing ExpressionHandler methods.

Author:
Diana Berberova

Constructor Summary
ExpressionHandlerTest()
           
 
Method Summary
static void setUpBeforeClass()
          
static void tearDownAfterClass()
          
 void testEvaluateExpressions1()
          
 void testEvaluateExpressions2()
          
 void testEvaluateExpressions3()
          
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExpressionHandlerTest

public ExpressionHandlerTest()
Method Detail

setUpBeforeClass

public static void setUpBeforeClass()
                             throws java.lang.Exception

Throws:
java.lang.Exception

tearDownAfterClass

public static void tearDownAfterClass()
                               throws java.lang.Exception

Throws:
java.lang.Exception

testEvaluateExpressions1

public void testEvaluateExpressions1()


testEvaluateExpressions2

public void testEvaluateExpressions2()


testEvaluateExpressions3

public void testEvaluateExpressions3()