org.jicengine.expression
Class Tests.LJETest

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended byorg.jicengine.expression.Tests.LJETest
All Implemented Interfaces:
junit.framework.Test
Enclosing class:
Tests

public static class Tests.LJETest
extends junit.framework.TestCase


Constructor Summary
Tests.LJETest()
           
 
Method Summary
protected  void expressionEquals(java.lang.String expression, java.lang.Object expected)
           
 void testBoolean()
           
 void testNumbers()
           
 void testStrings()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, 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

Tests.LJETest

public Tests.LJETest()
Method Detail

expressionEquals

protected void expressionEquals(java.lang.String expression,
                                java.lang.Object expected)
                         throws java.lang.Exception
Throws:
java.lang.Exception

testNumbers

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

testStrings

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

testBoolean

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