Functions
testdriver-after-test.inc File Reference

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)
 

Detailed Description

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.

Function Documentation

§ catch() [1/2]

catch ( const exception &  e)

Definition at line 128 of file testdriver-after-test.inc.

§ catch() [2/2]

catch (   ...)

Definition at line 132 of file testdriver-after-test.inc.

§ if() [1/2]

if ( oldcoutbuf  )

Definition at line 39 of file testdriver-after-test.inc.

§ if() [2/2]

if ( result  = = 0)

Definition at line 44 of file testdriver-after-test.inc.