ITK Release 4.0/Testing Framework

From KitwarePublic
Jump to navigationJump to search

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