fr.expression4j.test
Class BasicTest

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

public class BasicTest
extends junit.framework.TestSuite

do basic test (on Operator ...).

Author:
SGINER

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

BasicTest

public BasicTest()
Method Detail

main

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

setUp

protected void setUp()

suite

public static junit.framework.TestSuite suite()