Closed
Description
bool bTestSuccess = true;
TestResult testResult;
testResult.failed("reason");
- To some nice object which can change state only to false no more for example struct
- Define this object in constructor of class WsjcppUnitTestBase
- remove from compare
- Add template compareT("sowhat", const T &aleft, const T &aright);
- from method run remove 'return' users must use TestSuccess Object for results
- add method getResult
Metadata
Metadata
Assignees
Labels
No labels