Macro TestCaseResultUnknown
macro_rules! TestCaseResultUnknown {
() => { ... };
}
Expand description
Pattern that matches an unknown TestCaseResult
member.
macro_rules! TestCaseResultUnknown {
() => { ... };
}
Pattern that matches an unknown TestCaseResult
member.