|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--junit.framework.Assert | +--junit.framework.TestCase | +--net.groboclown.junit.v1.MultiThreadedTestCase | +--net.groboclown.eventbus.v2.tests.TestEventBus
Inner Class Summary | |
private static class |
TestEventBus.TestAgent
|
static class |
TestEventBus.TestDistributor
|
private static class |
TestEventBus.TestListener
|
private static class |
TestEventBus.TestObject
|
Inner classes inherited from class net.groboclown.junit.v1.MultiThreadedTestCase |
MultiThreadedTestCase.StopThreadsTest, MultiThreadedTestCase.TestCaseRunnable |
Field Summary | |
private static Class |
THIS_CLASS
|
Fields inherited from class net.groboclown.junit.v1.MultiThreadedTestCase |
m_synch, m_testResult, m_threadGroup, m_threadsFinished |
Fields inherited from class junit.framework.TestCase |
fName |
Constructor Summary | |
TestEventBus(String name)
|
Method Summary | |
static void |
main(String[] args)
|
protected void |
setUp()
|
static junit.framework.Test |
suite()
|
protected void |
tearDown()
|
void |
testAddDistributor()
|
void |
testDistributorEvents()
|
void |
testInstantiate()
|
void |
testNoDistributor()
|
Methods inherited from class net.groboclown.junit.v1.MultiThreadedTestCase |
handleException, interruptThreads, run, runTestCaseRunnables, runTestCaseRunnables |
Methods inherited from class junit.framework.TestCase |
countTestCases, createResult, getName, name, run, runBare, runTest, setName, toString |
Methods inherited from class junit.framework.Assert |
assert, assert, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertNotNull, assertNotNull, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail, failNotEquals, failNotSame |
Methods inherited from class java.lang.Object |
|
Field Detail |
private static final Class THIS_CLASS
Constructor Detail |
public TestEventBus(String name)
Method Detail |
public static junit.framework.Test suite()
public static void main(String[] args)
protected void setUp() throws Exception
setUp
in class junit.framework.TestCase
protected void tearDown() throws Exception
tearDown
in class junit.framework.TestCase
public void testInstantiate() throws Exception
public void testNoDistributor() throws Exception
public void testAddDistributor() throws Exception
public void testDistributorEvents() throws Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |