MessageBus/test/dorkbox/util/messagebus
2023-08-05 11:58:48 -06:00
..
common Updated for use of collections library and classUtils 2023-08-05 11:58:48 -06:00
listeners Renamed Handler to Subscribe. The name Handler was confusing, and Subscribe is consistent with other Message/Event bus frameworks 2019-06-08 00:29:28 +02:00
messages ALL UNIT TESTS PASS. Fixed issues with handling subtypes (wasn't checking if we handle the type in addition to if subtypes are accepted. Because the class hierarchy doesn't always match subscription registered type, this was necessary. 2016-02-08 01:21:32 +01:00
AllTests.java Moved performance tests into separate project 2016-02-06 02:54:35 +01:00
AsyncFIFOBusTest.java Renamed Handler to Subscribe. The name Handler was confusing, and Subscribe is consistent with other Message/Event bus frameworks 2019-06-08 00:29:28 +02:00
DeadMessageTest.java Renamed Handler to Subscribe. The name Handler was confusing, and Subscribe is consistent with other Message/Event bus frameworks 2019-06-08 00:29:28 +02:00
MBassadorTest.java Renamed Handler to Subscribe. The name Handler was confusing, and Subscribe is consistent with other Message/Event bus frameworks 2019-06-08 00:29:28 +02:00
MetadataReaderTest.java Renamed Handler to Subscribe. The name Handler was confusing, and Subscribe is consistent with other Message/Event bus frameworks 2019-06-08 00:29:28 +02:00
MethodDispatchTest.java Renamed Handler to Subscribe. The name Handler was confusing, and Subscribe is consistent with other Message/Event bus frameworks 2019-06-08 00:29:28 +02:00
MultiMessageTest.java Added more tests for super-type subscriptions 2019-06-18 21:29:02 +02:00
MultiTreeTest.java Changed package name. The standard package naming 2017-09-22 09:34:15 +02:00
SubscriptionManagerTest.java Renamed Handler to Subscribe. The name Handler was confusing, and Subscribe is consistent with other Message/Event bus frameworks 2019-06-08 00:29:28 +02:00
SyncBusTest.java Renamed Handler to Subscribe. The name Handler was confusing, and Subscribe is consistent with other Message/Event bus frameworks 2019-06-08 00:29:28 +02:00
SynchronizedHandlerTest.java Fixed issue with counter initial state 2023-08-05 11:57:26 -06:00