[][src]Module abscissa_core::testing

Acceptance testing for Abscissa applications.

The recommended way to import types for testing is:

use abscissa_core::testing::prelude::*;

The main entrypoint for running tests is [abscissa_core::testing::CmdRunner].

Modules

prelude

Import prelude for Abscissa tests

process

Subprocesses spawned by runners

Structs

CmdRunner

Run a command via cargo run

Regex

Regex newtype (wraps regex::Regex)