Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Levels of test

Unit tests

A unit test is an automatically run test of a single class with a number of test methods. Unit tests should be small, run quickly and automatically, not depend on external resources, and not prevent other unit tests from running.

For further information on writing unit test in general, see:

NetarchiveSuite specific unit testing guidelines (Note, legacy code might deviate from these guidelines):

 

Integration tests

System tests

  • No labels