+ clean-up, fix and new methods added in unit test module
This commit is contained in:
@@ -244,6 +244,14 @@ void UnitTestDialog::setUnitTest(const QString& unit)
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Clears the unit tests.
|
||||
*/
|
||||
void UnitTestDialog::clearUnitTests()
|
||||
{
|
||||
this->comboTests->clear();
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns the unit test.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user