Network/test/dorkboxTest/network
Robinson b39db65027
code polish
2023-08-11 09:57:38 -06:00
..
app code polish 2023-08-11 09:57:38 -06: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 removed dead code 2023-07-20 20:41:33 +02:00
rmi Updated unit tests to more aggressively check if aeron is running on startup 2023-06-29 19:26:27 +02:00
AeronClient.kt Moved port from configuration file to API call for connect() and bind() 2023-06-26 19:28:55 +02:00
AeronClientServer.kt Moved port from configuration file to API call for connect() and bind() 2023-06-26 19:28:55 +02:00
AeronPubSubTest.kt Updated API for unittests 2023-08-09 22:35:15 -06:00
AeronServer.kt Moved port from configuration file to API call for connect() and bind() 2023-06-26 19:28:55 +02:00
BaseTest.kt Fixed unit tests shutdown lifecycle ordering 2023-07-21 00:20:47 +02:00
ConnectionFilterTest.kt Updated unit tests to more aggressively check if aeron is running on startup 2023-06-29 19:26:27 +02:00
DisconnectReconnectTest.kt Updated API for unittests 2023-08-09 22:35:15 -06:00
ErrorLoggerTest.kt Updated unit tests to more aggressively check if aeron is running on startup 2023-06-29 19:26:27 +02:00
ListenerTest.kt Updated unit tests to more aggressively check if aeron is running on startup 2023-06-29 19:26:27 +02:00
MultiClientTest.kt Added port1/2 settings to server + client. 2023-07-11 00:11:58 +02:00
MultipleServerTest.kt Added port1/2 settings to server + client. 2023-07-11 00:11:58 +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 Updated unit tests to more aggressively check if aeron is running on startup 2023-06-29 19:26:27 +02:00
SimplePortTest.kt Added port1/2 settings to server + client. 2023-07-11 00:11:58 +02:00
SimpleTest.kt Updated unit tests to more aggressively check if aeron is running on startup 2023-06-29 19:26:27 +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