fr.expression4j.test
Class ImplementationTest

java.lang.Object
  extended by junit.framework.TestSuite
      extended by fr.expression4j.test.ImplementationTest
All Implemented Interfaces:
junit.framework.Test

public class ImplementationTest
extends junit.framework.TestSuite

do simple test like addition.

Author:
SGINER

Constructor Summary
ImplementationTest()
           
 
Method Summary
static void main(java.lang.String[] args)
           
protected  void setUp()
           
static junit.framework.TestSuite suite()
           
 
Methods inherited from class junit.framework.TestSuite
addTest, addTestSuite, countTestCases, createTest, getName, getTestConstructor, run, runTest, setName, testAt, testCount, tests, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ImplementationTest

public ImplementationTest()
Method Detail

main

public static void main(java.lang.String[] args)

setUp

protected void setUp()

suite

public static junit.framework.TestSuite suite()