Delete the Platform when a test is complete

So that we support testing multiple platforms in the same test run
This commit is contained in:
Sergio Martins
2022-04-29 14:05:35 +01:00
parent 3907660dde
commit 34b07ef340
8 changed files with 35 additions and 13 deletions

View File

@@ -42,7 +42,8 @@ public:
bool tests_waitForResize(Controller *, int timeout = 2000) const override;
bool tests_waitForDeleted(View *, int timeout = 2000) const override;
void tests_sendEvent(std::shared_ptr<Window>, QEvent *) const override;
void tests_initTests() const override;
void tests_initTests() override;
void tests_cleanupTests() override;
#endif
protected:
int screenNumberForQWindow(QWindow *) const;