# Functions
AssertErr asserts that the machine is in the Exception state.
AssertIs asserts that the machine is in the given states.
AssertIs1 asserts that the machine is in the given state.
AssertNoErrEver asserts that the machine never was in the Exception state.
AssertNoErrNow asserts that the machine is not in the Exception state.
AssertNot asserts that the machine is not in the given states.
AssertNot1 asserts that the machine is not in the given state.
GroupWhen1 is a test version of [amhelp.GroupWhen1], which errors instead of returning an error.
MachDebug sets up a machine for debugging in tests, based on the AM_DEBUG env var, passed am-dbg address, log level and stdout flag.
MachDebugEnv sets up a machine for debugging in tests, based on env vars only: AM_DBG_ADDR, AM_LOG, and AM_DEBUG.
Wait is a test version of [amhelp.Wait], which errors instead of returning false.
WaitForAll is a test version of [amhelp.WaitForAll], which errors instead of returning an error.
WaitForAny is a test version of [amhelp.WaitForAny], which errors instead of returning an error.
WaitForErrAll is a test version of [amhelp.WaitForErrAll], which errors instead of returning an error.