|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.hammurapi.eventbus.tests.LocalEventBusTests
public class LocalEventBusTests
| Nested Class Summary | |
|---|---|
static class |
LocalEventBusTests.ObservableStringReference
|
| Constructor Summary | |
|---|---|
LocalEventBusTests()
|
|
| Method Summary | |
|---|---|
void |
setUp()
|
void |
tearDown()
|
void |
testBinderCompiler()
|
void |
testCompiledFamilyTies()
|
void |
testCompiledJoin()
|
void |
testConsumeJoin()
|
void |
testFamilyTies()
|
void |
testFamilyTiesBindingCompilation()
|
void |
testFamilyTiesJmx()
|
void |
testFaulty()
|
void |
testFireJoinRemoveHandler()
- Post 1st event, validate not fired - Post 2nd event, validate not fired - Remove 2nd event, validate fired - Remove 1st event, validate not fired |
void |
testHandleJoin()
|
void |
testInifinite()
|
void |
testJoin()
|
void |
testJoinWithCost()
|
void |
testLoop()
|
void |
testMoreRestrictive()
|
void |
testOneOff()
|
void |
testOppositeChaining()
|
void |
testParallelExecution()
|
void |
testParameterizedStringHandlerWithMethodCondition()
|
void |
testParameterNamesJoin()
|
void |
testPost()
|
void |
testPredicateChaining()
|
void |
testPriority()
|
void |
testRemoveHandler()
|
void |
testRemoveHandlers()
- Post event - Validate that remove handler not fired - Remove event - Validate event handler fired |
void |
testRemoveWithBus()
- Post event to the bus - Check presence - Remove event using bus.remove() - Check that event is gone from the store. |
void |
testRemoveWithHandle()
- Post event to the bus - Check presence - Remove event using Handle.remove() - Check that event is gone from the store. |
void |
testReset()
|
void |
testSimpleStringHandler()
|
void |
testSimpleStringHandler2()
|
void |
testStringHandlerWithMethodCondition()
|
void |
testStringHandlerWithParameterCondition()
|
void |
testTokenParameterizedStringHandlerWithMethodCondition()
|
void |
testUpdateFireRemoveHandlers()
- Post event which matcher remove handler 1 - Update event with value which matches remove handler 2 - Verify that remove handler 1 is fired - Remove event - Verify that remove handler 2 is fired |
void |
testUpdateFromHandler()
Update event through dispatch context. |
void |
testUpdateThroughObservable()
- Post event which matches handler 1, verify fired - Update event to match handler 2, verify that handler 2 is fired |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LocalEventBusTests()
| Method Detail |
|---|
public void setUp()
throws Exception
Exception
public void tearDown()
throws Exception
Exception
public void testParallelExecution()
throws InterruptedException
InterruptedException
public void testSimpleStringHandler()
throws InterruptedException
InterruptedException
public void testSimpleStringHandler2()
throws InterruptedException
InterruptedException
public void testStringHandlerWithMethodCondition()
throws InterruptedException
InterruptedException
public void testStringHandlerWithParameterCondition()
throws InterruptedException
InterruptedException
public void testParameterizedStringHandlerWithMethodCondition()
throws InterruptedException
InterruptedException
public void testTokenParameterizedStringHandlerWithMethodCondition()
throws InterruptedException
InterruptedException
public void testPost()
throws InterruptedException
InterruptedException
public void testHandleJoin()
throws InterruptedException
InterruptedException
public void testJoin()
throws InterruptedException
InterruptedExceptionpublic void testBinderCompiler()
public void testFamilyTiesBindingCompilation()
public void testCompiledJoin()
throws InterruptedException
InterruptedException
public void testJoinWithCost()
throws InterruptedException
InterruptedException
public void testParameterNamesJoin()
throws InterruptedException
InterruptedException
public void testPriority()
throws InterruptedException
InterruptedException
public void testOneOff()
throws InterruptedException
InterruptedException
public void testConsumeJoin()
throws InterruptedException
InterruptedException
public void testPredicateChaining()
throws InterruptedException
InterruptedException
public void testOppositeChaining()
throws InterruptedException
InterruptedException
public void testMoreRestrictive()
throws InterruptedException
InterruptedException
public void testLoop()
throws InterruptedException
InterruptedException
public void testInifinite()
throws InterruptedException
InterruptedException
public void testFaulty()
throws InterruptedException
InterruptedException
public void testRemoveHandler()
throws InterruptedException
InterruptedException
public void testReset()
throws InterruptedException
InterruptedException
public void testFamilyTies()
throws InterruptedException
InterruptedException
public void testCompiledFamilyTies()
throws InterruptedException
InterruptedException
public void testFamilyTiesJmx()
throws InterruptedException
InterruptedException
public void testRemoveWithBus()
throws Exception
Exception
public void testRemoveWithHandle()
throws Exception
Exception
public void testRemoveHandlers()
throws Exception
Exception
public void testFireJoinRemoveHandler()
throws Exception
Exception
public void testUpdateFireRemoveHandlers()
throws Exception
Exception
public void testUpdateFromHandler()
throws Exception
Exception
public void testUpdateThroughObservable()
throws Exception
Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||