/** Testing library.

The testing library provides the base class Test, which simplifies the writing of multithreaded tests with timeout. It also provides the Series class for creating and running test series.

The library itself may be tested using the SelfTest class. */ package test;