mirror of
https://github.com/catchorg/Catch2.git
synced 2025-11-19 12:09:31 +01:00
Eliminate some work when results won't be reported.
This commit is contained in:
committed by
Martin Hořeňovský
parent
28741467d5
commit
2212cdfe26
@@ -41,6 +41,10 @@ namespace Catch {
|
||||
virtual void exceptionEarlyReported() = 0;
|
||||
|
||||
virtual void handleFatalErrorCondition( std::string const& message ) = 0;
|
||||
|
||||
virtual bool lastAssertionPassed() = 0;
|
||||
virtual void assertionPassed() = 0;
|
||||
virtual void assertionRun() = 0;
|
||||
};
|
||||
|
||||
IResultCapture& getResultCapture();
|
||||
|
||||
Reference in New Issue
Block a user