MessageBus/test/dorkbox/util/messagebus
Robinson f46d046957 added more code tests/comments 2021-04-09 20:20:37 +02:00
..
common 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
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 added more code tests/comments 2021-04-09 20:20:37 +02:00