Next: , Previous: , Up: Components   [Contents][Index]


3.1 Test Suites

SEL incorporates representations for runnable unit tests. This allows individual components and evolution projects to determine whether unit tests are passing, and if their behavior has changed.

3.1.1 API Support For Unit Tests

API support for unit tests is also documented in section Software Evolution Library Index. We provide a brief overview here.

Test Suite Classes

sel/cp/test-suite:test-casea single test
sel/cp/test-suite:test-suitea suite of tests (as a collection of sel/cp/test-suite:test-case objects)

test-case Methods