fr.expression4j.test
Class OptimizationTest

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

public class OptimizationTest
extends junit.framework.TestSuite

do simple test like addition.

Author:
SGINER

Constructor Summary
OptimizationTest()
           
 
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

OptimizationTest

public OptimizationTest()
Method Detail

main

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

setUp

protected void setUp()

suite

public static junit.framework.TestSuite suite()