+ clean-up, fix and new methods added in unit test module

This commit is contained in:
wmayer
2015-10-19 21:51:43 +02:00
parent a4c5c91b8a
commit b0d6ffc5b2
6 changed files with 29 additions and 328 deletions

View File

@@ -244,6 +244,14 @@ void UnitTestDialog::setUnitTest(const QString& unit)
}
}
/**
* Clears the unit tests.
*/
void UnitTestDialog::clearUnitTests()
{
this->comboTests->clear();
}
/**
* Returns the unit test.
*/