public class RpTest
extends junit.framework.TestCase
Modifier and Type | Field and Description |
---|---|
static boolean |
SHOW_BAD |
Modifier and Type | Method and Description |
---|---|
Object |
calcValue(String expr) |
void |
complexValueTest(String expr,
Complex expected,
double tol) |
static void |
main(String[] args) |
void |
myAssertEquals(String msg,
String actual,
String expected) |
static junit.framework.Test |
suite() |
void |
testAssign() |
void |
testFun() |
void |
testGood() |
void |
testLogical() |
void |
testRp() |
void |
valueTest(String expr,
double dub) |
void |
valueTest(String expr,
Object expected) |
void |
valueTest(String expr,
String expected) |
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, countTestCases, fail, fail, failNotEquals, failNotSame, failSame, format, getName, run, run, runBare, setName, toString
public static final boolean SHOW_BAD
public RpTest(String name)
public static void main(String[] args)
public static junit.framework.Test suite()
public void testGood()
public void valueTest(String expr, double dub) throws ParseException, Exception
ParseException
Exception
public void valueTest(String expr, Object expected) throws ParseException, Exception
ParseException
Exception
public void valueTest(String expr, String expected) throws ParseException, Exception
ParseException
Exception
public void complexValueTest(String expr, Complex expected, double tol) throws Exception
Exception
public Object calcValue(String expr) throws ParseException, Exception
ParseException
Exception
public void testRp() throws ParseException, Exception
ParseException
Exception
public void testAssign() throws ParseException, Exception
ParseException
Exception
public void testLogical() throws ParseException, Exception
ParseException
Exception
public void testFun() throws ParseException, Exception
ParseException
Exception
Jas4pp 1.5 © Java Analysis Studio for Particle Physics