
Here are the examples with some associated topics: The 'patchers' folder in this package contains some example test patchers for reference. These objects define the expected results. The test must contain 1 or more test.assert objects.A test is terminated by sending a bang to the test.terminate object. Failing to do so could hang the automated system from proceeding. The test must terminate itself when complete.Typically this is done with a loadbang object. Furthermore, instrumented test patchers can be evaluated as part of an automated system on multiple architectures and platforms.Ī video introduction is available at Construction of a TestĪ test patcher must meet the following criteria: Patchers that are instrumented as "test patchers" assist in fast identification of bugs, of the expectations of the patcher's author, and fast verification once a bug is addressed.

This package provides a set of simple tools with which to instrument patchers to verify expected behavior.
