Wiki

Clone wiki

itk-payloads / development / runningunittests

Running unit tests

  • You can, if you wish, use ant to run the unit tests:
	ant run-tests
  • The usual junit test result outputs go to the test-results directory in the project root
  • You should also have a test-outputs directory, which contains some more useful summary views of the test results – these are html pages generated by the itk-payloads test code. Open index.htm to start reviewing the test results.
  • You can see an example of the test outputs here
  • Alternatively, within Eclipse or Netbeans you should be able to run a full suite of unit tests by running the AllTestsSuite

Click here for details on how to generate the classes and compile the code

Home

Updated