Network/test/dorkboxTest/network
2023-09-07 18:08:39 +02:00
..
app Moved all app non-unit test code into the app package 2023-09-07 18:08:39 +02:00
kryo added more unit tests 2021-08-20 08:51:19 -06:00
lmdb WIP storage sub-system 2021-08-19 00:13:47 -06:00
memoryTest Converted to using threads instead of coroutines 2023-09-07 01:01:55 +02:00
rmi comments 2023-09-07 17:26:37 +02:00
AeronPubSubTest.kt Converted to using threads instead of coroutines 2023-09-07 01:01:55 +02:00
BaseTest.kt Converted to using threads instead of coroutines 2023-09-07 01:01:55 +02:00
ConnectionFilterTest.kt Converted to using threads instead of coroutines 2023-09-07 01:01:55 +02:00
DisconnectReconnectTest.kt Converted to using threads instead of coroutines 2023-09-07 01:01:55 +02:00
ErrorLoggerTest.kt Removed coroutines/suspending calls 2023-09-04 00:48:00 +02:00
ListenerTest.kt Converted to using threads instead of coroutines 2023-09-07 01:01:55 +02:00
MultiClientTest.kt Converted to using threads instead of coroutines 2023-09-07 01:01:55 +02:00
MultipleServerTest.kt Converted to using threads instead of coroutines 2023-09-07 01:01:55 +02:00
PingPongTest.kt Better error checking. added kryo-exception checking/failures for unittests 2023-07-15 13:12:25 +02:00
PingTest.kt Updated unit tests to more aggressively check if aeron is running on startup 2023-06-29 19:26:27 +02:00
RandomId65kAllocatorTest.kt Stream and Session ID allocation cannot be re-used so quickly, as ALL other IDs must first be used, before a previously used ID is reused. 2022-06-29 16:37:47 +02:00
RoundTripMessageTest.kt Updated unit tests to more aggressively check if aeron is running on startup 2023-06-29 19:26:27 +02:00
SerializationValidationTest.kt Removed coroutines/suspending calls 2023-09-04 00:48:00 +02:00
SimplePortTest.kt Added port1/2 settings to server + client. 2023-07-11 00:11:58 +02:00
SimpleTest.kt Converted to using threads instead of coroutines 2023-09-07 01:01:55 +02:00
StorageTest.kt updated test for kotlin val get/set 2023-07-02 22:03:23 +02:00
StreamingTest.kt Added file transport to streaming manager 2023-07-16 14:57:04 +02:00