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
ParseException
public void valueTest(java.lang.String expr, java.lang.Object expected) throws ParseException
ParseException
public void valueTest(java.lang.String expr, java.lang.String expected) throws ParseException
ParseException
public void complexValueTest(java.lang.String expr, Complex expected, double tol) throws java.lang.Exception
java.lang.Exception
public java.lang.Object calcValue(java.lang.String expr) throws ParseException
ParseException
public void simplifyTest(java.lang.String expr, java.lang.String expected) throws ParseException
ParseException
public void simplifyTestString(java.lang.String expr, java.lang.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
http://www.singularsys.com/jep Copyright © 2007 Singular Systems