fr.expression4j.test
Class SimpleTest

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

public class SimpleTest
extends junit.framework.TestSuite

do simple test like addition.

Author:
SGINER

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

SimpleTest

public SimpleTest()
Method Detail

main

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

setUp

protected void setUp()

suite

public static junit.framework.TestSuite suite()