java.lang.Object
junit.framework.Assert
junit.framework.TestCase
com.k_int.test.hss.HSSSDT
- All Implemented Interfaces:
- junit.framework.Test
- public class HSSSDT
- extends junit.framework.TestCase
Test the simple framework by creating several client threads
| Fields inherited from class junit.framework.TestCase |
|
|
Method Summary |
static void |
main(java.lang.String[] args)
Runs the test case. |
protected void |
setUp()
Sets up the fixture, for example, open a network connection. |
static junit.framework.Test |
suite()
Assembles and returns a test suite for all the test methods of this test case. |
protected void |
tearDown()
Tears down the fixture, for example, close a network connection. |
void |
testMultipleAssocs()
|
| 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 |
reg
private com.k_int.codec.util.OIDRegister reg
props
private static java.util.Properties props
HSSSDT
public HSSSDT(java.lang.String name)
setUp
protected void setUp()
- Description copied from class:
junit.framework.TestCase
- Sets up the fixture, for example, open a network connection.
This method is called before a test is executed.
tearDown
protected void tearDown()
- Description copied from class:
junit.framework.TestCase
- Tears down the fixture, for example, close a network connection.
This method is called after a test is executed.
testMultipleAssocs
public void testMultipleAssocs()
suite
public static junit.framework.Test suite()
- Assembles and returns a test suite for all the test methods of this test case.
main
public static void main(java.lang.String[] args)
- Runs the test case.