Expand description
Testing support for unit testing Crux apps.
Structs§
- AppTester is a simplified execution environment for Crux apps for use in tests.
- Update test helper holds the result of running an app update using
AppTester::update
or resolving a request withAppTester::resolve
.