OSCAR-code/oscar/tests
sawinglogz c64376033d Fix boundary condition bugs in RawDataDevice.
bytesAvailable gets automatically calculated by QIODevice, so it doesn't
need to be reimplemented.

QIODevice doesn't necessarily buffer after a seek, and the underlying
device is unaware of peek/ungetChar, so canReadLine needs to check both
QIODevice and the device.
2021-05-24 19:59:58 -04:00
..
AutoTest.h Add initial plumbing for unit testing. 2019-05-02 21:51:56 -04:00
deviceconnectiontests.cpp Disable oximeter download tests by default for now. 2020-07-10 14:55:25 -04:00
deviceconnectiontests.h Move connection creation to DeviceConnectionManager. 2020-07-10 11:51:52 -04:00
dreemtests.cpp First pass at Dreem CSV loader. 2020-01-29 20:00:33 -05:00
dreemtests.h First pass at Dreem CSV loader. 2020-01-29 20:00:33 -05:00
prs1tests.cpp Performance improvements for PRS1 regression tests. 2021-05-23 21:26:17 -04:00
prs1tests.h Add PRS1ModelInfo to manage the set of supported and tested machines. 2019-05-27 10:05:16 -04:00
rawdatatests.cpp Fix boundary condition bugs in RawDataDevice. 2021-05-24 19:59:58 -04:00
rawdatatests.h Move raw data signal tests into a separate class. 2021-05-23 15:48:20 -04:00
resmedtests.cpp Fix multiple regressions that broke compilation with clang. 2021-04-26 20:10:37 -04:00
resmedtests.h Add trivial unit tests for ResMed loader. 2019-07-10 12:33:00 -04:00
sessiontests.cpp Performance improvements for PRS1 regression tests. 2021-05-23 21:26:17 -04:00
sessiontests.h Add result of parsing/importing to PRS1 chunk and session YAML. 2019-06-06 16:50:40 -04:00
versiontests.cpp Add Version class for Semantic Versioning 2.0.0 parsing and comparison. 2020-01-15 17:00:21 -05:00
versiontests.h Add Version class for Semantic Versioning 2.0.0 parsing and comparison. 2020-01-15 17:00:21 -05:00
viatomtests.cpp Clean up noise and memory leaks in unit tests. 2020-01-29 09:10:29 -05:00
viatomtests.h Add regression tests for Viatom loader. 2020-01-23 19:11:05 -05:00
zeotests.cpp Add generic CSV reader class and switch ZEO loader to it. 2020-01-29 17:05:03 -05:00
zeotests.h Refactor ZEO loader to allow for testing, add regression tests. 2020-01-29 15:47:11 -05:00