org.placelab.test
Class TestResult
java.lang.Object
org.placelab.test.WeakTestResult
org.placelab.test.TestResult
- Direct Known Subclasses:
- ConsoleTestResult
- public abstract class TestResult
- extends WeakTestResult
|
Field Summary |
static double |
EPSILON
|
|
Method Summary |
void |
assertTrueDouble(Testable testable,
double d1,
double d2,
double epsilon,
java.lang.String msg)
Call this assertion to see if a test did the expected thing |
void |
assertTrueDouble(Testable testable,
double expected,
double actual,
java.lang.String msg)
Call this assertion to see if a test did the expected thing |
boolean |
skipTestBecauseNoNetwork(int number)
|
| Methods inherited from class org.placelab.test.WeakTestResult |
assertTrue, assertTrue, assertTrue, assertTrue, differentObjects, equalObjects, errorCaught, exceptionExtra, fail, isNull, notEqual, print, sameObject, summary |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EPSILON
public static double EPSILON
TestResult
public TestResult()
assertTrueDouble
public void assertTrueDouble(Testable testable,
double expected,
double actual,
java.lang.String msg)
- Call this assertion to see if a test did the expected thing
assertTrueDouble
public void assertTrueDouble(Testable testable,
double d1,
double d2,
double epsilon,
java.lang.String msg)
- Call this assertion to see if a test did the expected thing
skipTestBecauseNoNetwork
public boolean skipTestBecauseNoNetwork(int number)