Removed assertionRun() and rolled its logic into assertionPassed() and assertionEnded()

This commit is contained in:
Phil Nash
2017-12-02 19:32:02 +03:00
parent 67f734c799
commit 57c346a46d
3 changed files with 8 additions and 19 deletions

View File

@@ -133,9 +133,7 @@ namespace Catch {
bool lastAssertionPassed() override;
void assertionPassed() override; // devirt
void assertionRun() override; // devirt
void assertionPassed() override;
public:
// !TBD We need to do this another way!