Type Alias TestCaseResult
pub type TestCaseResult = Result<(), TestCaseError>;
Convenience for the type returned by test cases.
TestCaseResultpub type TestCaseResult = Result<(), TestCaseError>;
Convenience for the type returned by test cases.