public class MRpTest
extends TestCase
| Modifier and Type | Field and Description |
|---|---|
static boolean |
SHOW_BAD |
| Constructor and Description |
|---|
MRpTest(java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
calcValue(java.lang.String expr) |
void |
complexValueTest(java.lang.String expr,
Complex expected,
double tol) |
static void |
main(java.lang.String[] args) |
void |
myAssertEquals(java.lang.String msg,
java.lang.String actual,
java.lang.String expected) |
protected void |
setUp() |
void |
simplifyTest(java.lang.String expr,
java.lang.String expected) |
void |
simplifyTestString(java.lang.String expr,
java.lang.String expected) |
static Test |
suite() |
void |
testAssign() |
void |
testAssignDiff() |
void |
testFun() |
void |
testGood() |
void |
testLogical() |
void |
testMul() |
void |
testRp() |
void |
testRpAllDim() |
void |
testUndecVar() |
void |
testVn() |
void |
valueTest(java.lang.String expr,
double dub) |
void |
valueTest(java.lang.String expr,
java.lang.Object expected) |
void |
valueTest(java.lang.String expr,
java.lang.String expected) |
public static final boolean SHOW_BAD
public static Test suite()
public static void main(java.lang.String[] args)
protected void setUp()
public void testGood()
public void myAssertEquals(java.lang.String msg,
java.lang.String actual,
java.lang.String expected)
public void valueTest(java.lang.String expr,
double dub)
throws ParseException
ParseExceptionpublic void valueTest(java.lang.String expr,
java.lang.Object expected)
throws ParseException
ParseExceptionpublic void valueTest(java.lang.String expr,
java.lang.String expected)
throws ParseException
ParseExceptionpublic void complexValueTest(java.lang.String expr,
Complex expected,
double tol)
throws java.lang.Exception
java.lang.Exceptionpublic java.lang.Object calcValue(java.lang.String expr)
throws ParseException
ParseExceptionpublic void simplifyTest(java.lang.String expr,
java.lang.String expected)
throws ParseException
ParseExceptionpublic void simplifyTestString(java.lang.String expr,
java.lang.String expected)
throws ParseException
ParseExceptionpublic void testRp()
throws ParseException
ParseExceptionpublic void testRpAllDim()
throws ParseException
ParseExceptionpublic void testMul()
throws ParseException
ParseExceptionpublic void testAssign()
throws ParseException
ParseExceptionpublic void testLogical()
throws ParseException
ParseExceptionpublic void testVn()
throws ParseException
ParseExceptionpublic void testFun()
throws ParseException
ParseExceptionpublic void testUndecVar()
throws ParseException
ParseExceptionpublic void testAssignDiff()
throws ParseException
ParseExceptionhttp://www.singularsys.com/jep Copyright © 2007 Singular Systems