| java.lang.Object junit.framework.Assert junit.framework.TestCase com.clarkware.junitperf.TimedTestTest
Field Summary | |
final public static long | tolerance |
tolerance | final public static long tolerance(Code) | | |
testInfiniteNoWaitForCompletion | public void testInfiniteNoWaitForCompletion()(Code) | | This test will succeed properly only when the timed
test does not wait for the decorated test completion.
Otherwise, if the timed test waits for the decorated
test completion, this test will hang indefinitely.
|
testLongResponseNoWaitForCompletion | public void testLongResponseNoWaitForCompletion()(Code) | | This test will succeed properly regardless of whether the
timed test waits for the decorated test completion or
not. However, when the timed test does not wait for the
decorated test completion, then it doesn't need to waste
time waiting for the test to complete only then to
signal a failure.
|
testOneSecondResponseDefault | public void testOneSecondResponseDefault()(Code) | | |
testOneSecondResponseFailure | public void testOneSecondResponseFailure()(Code) | | |
testOneSecondResponseFailureWaiting | public void testOneSecondResponseFailureWaiting()(Code) | | When the timed test waits for completion, the effects of
the decorated test are still traced and recorded.
|
testOneSecondResponseMultiUserLoadFailure | public void testOneSecondResponseMultiUserLoadFailure()(Code) | | |
testOneSecondResponseMultiUserLoadSuccess | public void testOneSecondResponseMultiUserLoadSuccess()(Code) | | |
testOneSecondResponseMultiUserLoadTwoSecondDelayFailure | public void testOneSecondResponseMultiUserLoadTwoSecondDelayFailure()(Code) | | |
testOneSecondResponseMultiUserLoadTwoSecondDelaySuccess | public void testOneSecondResponseMultiUserLoadTwoSecondDelaySuccess()(Code) | | |
testOneSecondResponseNoWaitForCompletion | public void testOneSecondResponseNoWaitForCompletion()(Code) | | |
testOneSecondResponseNonWaitingWithAmbiguousFailure | public void testOneSecondResponseNonWaitingWithAmbiguousFailure()(Code) | | Failure(s) from a decorated test will not be detected
after the expiration of the max. elapsed time in a non-waiting
timed test. This can cause possible ambiguities in the test,
especially when a decorated test has a varying execution time.
For example, if the decorated test would finish its execution in a
800 ms then the failureCount() will return 1 because the decorated
test itself has failed. However, if a timing would cause a failure
(the decorated test needed more then 900 ms to complete its execution)
the failureCount() will be again 1. However, the root cause of the
failure is ambiguous.
|
testOneSecondResponseNonWaitingWithTestFailure | public void testOneSecondResponseNonWaitingWithTestFailure()(Code) | | Differentiates the cause of a non-waiting timed test's
failure as a result of either the max elapsed time being
exceeded or the test itself has failed.
|
testOneSecondResponseNonWaitingWithTimeFailure | public void testOneSecondResponseNonWaitingWithTimeFailure()(Code) | | Differentiates the cause of a non-waiting timed test's
failure as a result of either the max elapsed time being
exceeded or the test itself has failed.
|
testOneSecondResponseOneUserLoadFailure | public void testOneSecondResponseOneUserLoadFailure()(Code) | | |
testOneSecondResponseOneUserLoadSuccess | public void testOneSecondResponseOneUserLoadSuccess()(Code) | | |
testOneSecondResponseSuccessNonWaiting | public void testOneSecondResponseSuccessNonWaiting()(Code) | | |
testOneSecondResponseSuccessWaiting | public void testOneSecondResponseSuccessWaiting()(Code) | | This test will cause the test to hang indefinitely.
The test will not properly fail after expiration
of the specified maximum elapsed time.
|
testOneSecondResponseWaitForCompletion | public void testOneSecondResponseWaitForCompletion()(Code) | | |
Methods inherited from junit.framework.Assert | public static void assertEquals(String message, Object expected, Object actual)(Code)(Java Doc) public static void assertEquals(Object expected, Object actual)(Code)(Java Doc) public static void assertEquals(String message, String expected, String actual)(Code)(Java Doc) public static void assertEquals(String expected, String actual)(Code)(Java Doc) public static void assertEquals(String message, double expected, double actual, double delta)(Code)(Java Doc) public static void assertEquals(double expected, double actual, double delta)(Code)(Java Doc) public static void assertEquals(String message, float expected, float actual, float delta)(Code)(Java Doc) public static void assertEquals(float expected, float actual, float delta)(Code)(Java Doc) public static void assertEquals(String message, long expected, long actual)(Code)(Java Doc) public static void assertEquals(long expected, long actual)(Code)(Java Doc) public static void assertEquals(String message, boolean expected, boolean actual)(Code)(Java Doc) public static void assertEquals(boolean expected, boolean actual)(Code)(Java Doc) public static void assertEquals(String message, byte expected, byte actual)(Code)(Java Doc) public static void assertEquals(byte expected, byte actual)(Code)(Java Doc) public static void assertEquals(String message, char expected, char actual)(Code)(Java Doc) public static void assertEquals(char expected, char actual)(Code)(Java Doc) public static void assertEquals(String message, short expected, short actual)(Code)(Java Doc) public static void assertEquals(short expected, short actual)(Code)(Java Doc) public static void assertEquals(String message, int expected, int actual)(Code)(Java Doc) public static void assertEquals(int expected, int actual)(Code)(Java Doc) public static void assertFalse(String message, boolean condition)(Code)(Java Doc) public static void assertFalse(boolean condition)(Code)(Java Doc) public static void assertNotNull(Object object)(Code)(Java Doc) public static void assertNotNull(String message, Object object)(Code)(Java Doc) public static void assertNotSame(String message, Object expected, Object actual)(Code)(Java Doc) public static void assertNotSame(Object expected, Object actual)(Code)(Java Doc) public static void assertNull(Object object)(Code)(Java Doc) public static void assertNull(String message, Object object)(Code)(Java Doc) public static void assertSame(String message, Object expected, Object actual)(Code)(Java Doc) public static void assertSame(Object expected, Object actual)(Code)(Java Doc) public static void assertTrue(String message, boolean condition)(Code)(Java Doc) public static void assertTrue(boolean condition)(Code)(Java Doc) public static void fail(String message)(Code)(Java Doc) public static void fail()(Code)(Java Doc) public static void failNotEquals(String message, Object expected, Object actual)(Code)(Java Doc) public static void failNotSame(String message, Object expected, Object actual)(Code)(Java Doc) public static void failSame(String message)(Code)(Java Doc) public static String format(String message, Object expected, Object actual)(Code)(Java Doc)
|
|
|