Package org.rribbit
Class RequestResponseBusTest
java.lang.Object
org.rribbit.RequestResponseBusTest
Tests the 
RequestResponseBus.- Author:
- G.J. Schouten
- 
Constructor Details- 
RequestResponseBusTestpublic RequestResponseBusTest()
 
- 
- 
Method Details- 
setup@BeforeEach public void setup()
- 
testSendForSingleOfClass@Test public void testSendForSingleOfClass()
- 
testSendForMultipleOfClass@Test public void testSendForMultipleOfClass()
- 
testSendForNothing@Test public void testSendForNothing()
- 
testSendForSingleWithHint@Test public void testSendForSingleWithHint()
- 
testSendForMultipleWithHint@Test public void testSendForMultipleWithHint()
- 
testSendForNothingWithHint@Test public void testSendForNothingWithHint()
- 
testSendForSingleOfClassWithHint@Test public void testSendForSingleOfClassWithHint()
- 
testSendForMultipleOfClassWithHint@Test public void testSendForMultipleOfClassWithHint()
- 
testSend@Test public void testSend()
- 
testSendWithHint1@Test public void testSendWithHint1()
- 
testSendWithHint2@Test public void testSendWithHint2()
- 
testExceptions@Test public void testExceptions()
- 
testInvokeVoidMethod@Test public void testInvokeVoidMethod()
- 
testGettersAndSetters@Test public void testGettersAndSetters()
 
-