Default implementation of test driver. More...
Go to the source code of this file.
Functions | |
catch (const exception &e) | |
catch (...) | |
if (oldcoutbuf) | |
if (result==0) | |
Default implementation of test driver.
This file is included in the test driver generated by the CMake command create_test_sourcelist() directly after the call to the test main function. It performs regression testing if requested.
This file is a modified version of the itkTestDriverBeforeTest.inc file which is part of the TestKernel module of the ITK 4 project.
Definition in file testdriver-after-test.inc.
catch | ( | const exception & | e | ) |
Definition at line 128 of file testdriver-after-test.inc.
catch | ( | ... | ) |
Definition at line 132 of file testdriver-after-test.inc.
if | ( | oldcoutbuf | ) |
Definition at line 39 of file testdriver-after-test.inc.
if | ( | result | = = 0 | ) |
Definition at line 44 of file testdriver-after-test.inc.