This package is modified from XogenyTest version 1.1 by Michael Tiller of Xogeny, Inc. XogenyTest is available at https://github.com/xogeny/XogenyTest under a Creative Commons Attribution 3.0 Unported License. If the Tests package is removed from the FCSys distribution, then this package can be safely removed as well.
| Name | Description |
|---|---|
| assertValue | Assert that a value is within specification |
| assertValues | Assert that values are within specification |
| assertLogValue | Assert that a value is within orders of magnitude of specification |
| assertLogValues | Assert that values are within orders of magnitude of specification |
| AssertTrajectory | |
| AssertBecomesTrueAt | |
| AssertInitial | Assert the initial value of a signal |
| AssertFinal | Assert the final value of a signal |
| AssertAverageBetween | Assert an average value between two times. |
| AssertValueAt | Assert the initial value of a signal at a specific time |
| Tests | A library to test the assertion primitives in this library |