| 655 | } |
| 656 | |
| 657 | void NormalTestTerminator::exitCurrentTest() const |
| 658 | { |
| 659 | #if CPPUTEST_USE_STD_CPP_LIB |
| 660 | throw CppUTestFailedException(); |
| 661 | #else |
| 662 | TestTerminatorWithoutExceptions().exitCurrentTest(); |
| 663 | #endif |
| 664 | } |
| 665 | |
| 666 | NormalTestTerminator::~NormalTestTerminator() |
| 667 | { |
no test coverage detected