|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjunit.framework.Assert
junit.framework.TestCase
com.veraxsystems.icmp.ping.PingTest
public class PingTest
Unit test Ping class
Constructor Summary | |
---|---|
PingTest(java.lang.String testName)
Create the test case |
Method Summary | |
---|---|
static junit.framework.Test |
suite()
|
void |
testPingBlocking()
Test Ping echo requests using predefined set of hosts. |
void |
testPingBlockingDefault()
Test Ping echo requests using predefined set of hosts. |
void |
testPingEcho()
Test Ping echo request. |
void |
testPingEchoMulti()
Test Ping echo requests using predefined set of hosts. |
void |
testPingEchoMultiDefault()
Test Ping echo requests using predefined set of hosts. |
void |
testPingInit()
Test Ping initialization/release operations. |
Methods inherited from class junit.framework.TestCase |
---|
countTestCases, getName, run, run, runBare, 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 |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public PingTest(java.lang.String testName)
testName
- name of the test caseMethod Detail |
---|
public static junit.framework.Test suite()
public void testPingInit()
public void testPingEcho()
public void testPingEchoMulti()
public void testPingEchoMultiDefault()
public void testPingBlocking()
public void testPingBlockingDefault()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |