log tests/OnClientTester.java @ 580:13134a44dfc8 onclient

age author description
2021-10-14 Joeri van Ruth Test FileTransferHandler with multiple encodings onclient
2021-10-14 Joeri van Ruth Pass expected encoding as a constructor parameter to FileTransferHandler onclient
2021-10-06 Joeri van Ruth Do not check the updated row count, it varies between server versions onclient
2021-10-06 Joeri van Ruth Test more systematically that the connection is still alive after file transfer onclient
2021-10-04 Joeri van Ruth Fix problems with FileTransferHandler and add tests onclient
2021-09-16 Joeri van Ruth Add a cancellation callback to UploadHandler onclient
2021-09-16 Joeri van Ruth Misc. changes suggested by analysis tool onclient
2021-09-14 Joeri van Ruth Last minute API fix: 'int offset' -> 'long linesToSkip' onclient
2021-09-14 Joeri van Ruth Test that throwing an IO Exception in the download handler invalidates the connection onclient
2021-09-14 Joeri van Ruth Call Class.forName("...MonetDriver") from main() in OnClientTester onclient
2021-09-07 Joeri van Ruth Add another error handling test onclient
2021-09-02 Joeri van Ruth Various changes suggested by Martin van Dinther onclient
2021-09-02 Joeri van Ruth Make the MonetUploadHandler and MonetDownloadHandler interfaces part of MonetConnection onclient
2021-08-27 Joeri van Ruth Learn to live with server closing connection if client refuses onclient
2021-08-27 Joeri van Ruth Keep better track of whether the server has cancelled the upload onclient
2021-08-27 Joeri van Ruth Extract OnClientTester infrastructure into separate class onclient
2021-08-27 Joeri van Ruth Add flag to disable watchdog timer onclient
2021-08-26 Joeri van Ruth Add tests for io errors that occur after transfer has begun onclient
2021-08-26 Joeri van Ruth Improve test names onclient
2021-08-26 Joeri van Ruth Add watchdog timer to catch hangs onclient
2021-08-26 Joeri van Ruth Add test for uploadFrom methods onclient
2021-08-26 Joeri van Ruth Run subset of tests based on prefix onclient
2021-08-26 Joeri van Ruth Manage verbosity onclient
2021-08-26 Joeri van Ruth Suppress some warnings onclient
2021-08-26 Joeri van Ruth Also test larger up- and downloads onclient
2021-08-26 Joeri van Ruth Add more tests onclient
2021-08-25 Joeri van Ruth Add OnclientTester.java onclient