speeduino/test/test_schedule
Bruno Bousquet 76319fdf22
Separate one schedule unit test per function (#315)
* one test per function

* add tests

* use initialiseSchedulers in tests

* remove generic tests for schedules

* fix schedule accuracy tests

* fix warning static function never defined

* fix test_schedule not working
2020-02-04 09:19:42 +11:00
..
test_accuracy_duration.cpp Separate one schedule unit test per function (#315) 2020-02-04 09:19:42 +11:00
test_accuracy_timeout.cpp Separate one schedule unit test per function (#315) 2020-02-04 09:19:42 +11:00
test_schedule.cpp Separate one schedule unit test per function (#315) 2020-02-04 09:19:42 +11:00
test_schedule.h Separate one schedule unit test per function (#315) 2020-02-04 09:19:42 +11:00
test_status_initial_off.cpp Separate one schedule unit test per function (#315) 2020-02-04 09:19:42 +11:00
test_status_off_to_pending.cpp Separate one schedule unit test per function (#315) 2020-02-04 09:19:42 +11:00
test_status_pending_to_running.cpp Separate one schedule unit test per function (#315) 2020-02-04 09:19:42 +11:00
test_status_running_to_off.cpp Separate one schedule unit test per function (#315) 2020-02-04 09:19:42 +11:00
test_status_running_to_pending.cpp Separate one schedule unit test per function (#315) 2020-02-04 09:19:42 +11:00