net.sf.jzeno.echo.script.test
Class ValidationExpressionTestCase

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by net.sf.jzeno.echo.script.test.ValidationExpressionTestCase
All Implemented Interfaces:
junit.framework.Test

public class ValidationExpressionTestCase
extends junit.framework.TestCase


Nested Class Summary
static class ValidationExpressionTestCase.ColorBean
           
 
Constructor Summary
ValidationExpressionTestCase()
           
 
Method Summary
protected  void setUp()
           
 void testBooleanType()
           
 void testColorExpressions()
           
 void testConversionRules()
           
 void testDateExpressions()
           
 void testLongExpressions()
           
 void testNot()
           
 void testNull()
           
 void testStringExpressions()
           
 void testStringVariable()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, tearDown, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ValidationExpressionTestCase

public ValidationExpressionTestCase()
Method Detail

setUp

protected void setUp()
              throws java.lang.Exception
Overrides:
setUp in class junit.framework.TestCase
Throws:
java.lang.Exception

testLongExpressions

public void testLongExpressions()
                         throws java.lang.Exception
Throws:
java.lang.Exception

testStringExpressions

public void testStringExpressions()
                           throws java.lang.Exception
Throws:
java.lang.Exception

testConversionRules

public void testConversionRules()
                         throws java.lang.Exception
Throws:
java.lang.Exception

testBooleanType

public void testBooleanType()
                     throws java.lang.Exception
Throws:
java.lang.Exception

testNull

public void testNull()
              throws java.lang.Exception
Throws:
java.lang.Exception

testNot

public void testNot()
             throws java.lang.Exception
Throws:
java.lang.Exception

testStringVariable

public void testStringVariable()
                        throws java.lang.Exception
Throws:
java.lang.Exception

testColorExpressions

public void testColorExpressions()
                          throws java.lang.Exception
Throws:
java.lang.Exception

testDateExpressions

public void testDateExpressions()
                         throws java.lang.Exception
Throws:
java.lang.Exception