Type Alias ui_test::TestResult

source ·
pub type TestResult = Result<TestOk, Errored>;
Expand description

The possible results a single test can have.