Test Suite

In software engineering, a test suite (more formally known as a validation suite) is a collection of test cases that are intended to be used as input to a software program to show that it has some specified set of behaviors (i.e., the behaviors listed in its specification).

The Corona Test Framework defines an Eclipse extension point to register a test suite. This extension point, org.eclipse.corona.test.suite, is used by the TestManager to discover and execute test suites in a specific order.