mirror of
https://github.com/catchorg/Catch2.git
synced 2025-03-30 23:24:47 +02:00
Merge branch 'master' of https://github.com/philsquared/Catch
This commit is contained in:
commit
b62c0256b2
@ -31,7 +31,7 @@ struct MyListener : Catch::TestEventListenerBase {
|
|||||||
// Perform some setup before a test case is run
|
// Perform some setup before a test case is run
|
||||||
}
|
}
|
||||||
|
|
||||||
virtual void testCaseEnded( TestCaseStats const& testCaseStats ) override {
|
virtual void testCaseEnded( Catch::TestCaseStats const& testCaseStats ) override {
|
||||||
// Tear-down after a test case is run
|
// Tear-down after a test case is run
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user