BASIS  r3148
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.

Copyright (c) 2011 University of Pennsylvania.
Copyright Insight Software Consortium.
All rights reserved.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0.txt

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Contact: SBIA Group <sbia-software at uphs.upenn.edu>

Definition in file testdriver-after-test.inc.


Function Documentation

catch ( const exception &  e)

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

catch (   ...)

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

if ( oldcoutbuf  )

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

if ( result  = = 0)

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