fr.expression4j.test
Class ComplexTest

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

public class ComplexTest
extends junit.framework.TestSuite

do simple test like addition.

Author:
SGINER

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

ComplexTest

public ComplexTest()
Method Detail

main

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

setUp

protected void setUp()

suite

public static junit.framework.TestSuite suite()