|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjunit.framework.Assert
junit.framework.TestCase
org.hackystat.telemetry.analyzer.function.impl.TestIdempotentFunction
public class TestIdempotentFunction
Test suite for IdempotentFunction
.
Constructor Summary | |
---|---|
TestIdempotentFunction()
|
Method Summary | |
---|---|
protected void |
setUp()
Sets up this test case. |
protected void |
tearDown()
Tears down this test case. |
void |
testNumbers()
Tests with numbers. |
void |
testWithTelemetryStreamCollectionAndNumber()
Tests with 1 telemetry stream collection and 1 numbers. |
Methods inherited from class junit.framework.TestCase |
---|
countTestCases, createResult, getName, run, run, runBare, runTest, setName, toString |
Methods inherited from class junit.framework.Assert |
---|
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, fail, fail, failNotEquals, failNotSame, failSame, format |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public TestIdempotentFunction()
Method Detail |
---|
protected void setUp() throws java.lang.Exception
setUp
in class junit.framework.TestCase
java.lang.Exception
- If test case cannot be set up.protected void tearDown() throws java.lang.Exception
tearDown
in class junit.framework.TestCase
java.lang.Exception
- If tear down failed.public void testNumbers() throws java.lang.Exception
java.lang.Exception
- If test fails.public void testWithTelemetryStreamCollectionAndNumber() throws java.lang.Exception
java.lang.Exception
- If test fails.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |