public class MRpTest
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) |
void |
simplifyTest(String expr,
String expected) |
void |
simplifyTestString(String expr,
String expected) |
static junit.framework.Test |
suite() |
void |
testAssign() |
void |
testAssignDiff() |
void |
testFun() |
void |
testGood() |
void |
testLogical() |
void |
testMul() |
void |
testRp() |
void |
testRpAllDim() |
void |
testUndecVar() |
void |
testVn() |
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 MRpTest(String name)
public static junit.framework.Test suite()
public static void main(String[] args)
public void testGood()
public void valueTest(String expr, double dub) throws ParseException
ParseException
public void valueTest(String expr, Object expected) throws ParseException
ParseException
public void valueTest(String expr, String expected) throws ParseException
ParseException
public void complexValueTest(String expr, Complex expected, double tol) throws Exception
Exception
public Object calcValue(String expr) throws ParseException
ParseException
public void simplifyTest(String expr, String expected) throws ParseException
ParseException
public void simplifyTestString(String expr, String expected) throws ParseException
ParseException
public void testRp() throws ParseException
ParseException
public void testRpAllDim() throws ParseException
ParseException
public void testMul() throws ParseException
ParseException
public void testAssign() throws ParseException
ParseException
public void testLogical() throws ParseException
ParseException
public void testVn() throws ParseException
ParseException
public void testFun() throws ParseException
ParseException
public void testUndecVar() throws ParseException
ParseException
public void testAssignDiff() throws ParseException
ParseException
Jas4pp 1.5 © Java Analysis Studio for Particle Physics