Network/test/dorkboxTest/network
2022-07-17 23:01:46 -04: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 Updated unit tests 2022-03-15 09:46:13 +01:00
rmi Fixed issue with RMI from a server -> client, where the RMI proxy objects were getting overridden by different connections because the RMI object cache was shared between all connections in the server. 2022-06-16 18:04:52 +02:00
AeronClient.kt Tweak unit tests 2022-07-13 22:54:50 -04:00
AeronServer.kt Tweak unit tests 2022-07-13 22:54:50 -04:00
BaseTest.kt Added support for shutdown actions in unit tests if the test takes too long 2022-07-17 23:01:46 -04:00
ConnectionFilterTest.kt added status output during connect 2022-04-04 23:22:18 +02:00
DisconnectReconnectTest.kt Fixed unit tests for suspending functions 2022-07-16 10:26:12 -04:00
ErrorLoggerTest.kt Changed loopback -> localhost (loopback is invalid on macos) 2022-03-15 12:44:52 +01:00
ListenerTest.kt more exact unit tests for listeners 2022-06-06 11:41:46 +02:00
MultiClientTest.kt Added support for shutdown actions in unit tests if the test takes too long 2022-07-17 23:01:46 -04:00
MultipleServerTest.kt Changed loopback -> localhost (loopback is invalid on macos) 2022-03-15 12:44:52 +01:00
PingPongTest.kt Changed loopback -> localhost (loopback is invalid on macos) 2022-03-15 12:44:52 +01:00
PingTest.kt Separated ping and roundtrip message unit tests 2022-06-29 16:39: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 Separated ping and roundtrip message unit tests 2022-06-29 16:39:27 +02:00
SerializationValidationTest.kt Changed loopback -> localhost (loopback is invalid on macos) 2022-03-15 12:44:52 +01:00
StorageTest.kt Changed loopback -> localhost (loopback is invalid on macos) 2022-03-15 12:44:52 +01:00
StreamingTest.kt Fixed streamed data chunk mis-alignment. 2022-06-29 21:56:12 +02:00