Skip to content
This repository was archived by the owner on Jul 3, 2024. It is now read-only.

Interface for QTimer #4

Open
Fettpet opened this issue Jan 19, 2022 · 0 comments
Open

Interface for QTimer #4

Fettpet opened this issue Jan 19, 2022 · 0 comments

Comments

@Fettpet
Copy link

Fettpet commented Jan 19, 2022

The PlanRunner used QTimer. This is not testable with unittests. QTimer isn't usable for unit test, since the timeout signal is private. Instead we should implement a interface, which encapsulate the QTimer.

Fettpet referenced this issue in Fettpet/IntervalTimer Jan 19, 2022
Fettpet referenced this issue in Fettpet/IntervalTimer Jan 19, 2022
* it has a start function and a timeout signal

Ticket: #4
Fettpet referenced this issue in Fettpet/IntervalTimer Jan 19, 2022
Fettpet referenced this issue in Fettpet/IntervalTimer Jan 19, 2022
* refactor the QCoreApplication out into main test file
* remove the QCoreApplication in PlanRunner
Ticket: #4
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant