ITK Release 4.0/Testing Framework: Difference between revisions

From KitwarePublic
Jump to navigationJump to search
(Created page with 'Testing Framework for ITKv4 = Testing Policy = Basic principles for testing... = Test Model = Examples of ideal test files...')
 
 
(4 intermediate revisions by the same user not shown)
Line 5: Line 5:
Basic principles for testing...
Basic principles for testing...


* Use hash values to certify input data to be used by tests
* Minimize the amount of information in the CMakeLists.txt file, move most of the parameters to be hard-coded inside the test files.


= Test Model =
= Test Model =


Examples of ideal test files...
Examples of ideal test files...
= Design Discussions =
[[Proposals:Increasing ITK Code Coverage|Increasing ITK Code Coverage]]
== Requirements ==
http://www.itk.org/Wiki/Proposals:Increasing_ITK_Code_Coverage#Requirements

Latest revision as of 13:21, 11 July 2010

Testing Framework for ITKv4

Testing Policy

Basic principles for testing...

  • Use hash values to certify input data to be used by tests
  • Minimize the amount of information in the CMakeLists.txt file, move most of the parameters to be hard-coded inside the test files.

Test Model

Examples of ideal test files...


Design Discussions

Increasing ITK Code Coverage

Requirements

http://www.itk.org/Wiki/Proposals:Increasing_ITK_Code_Coverage#Requirements