Enum test::OutputFormat
source · [−]pub enum OutputFormat {
Pretty,
Terse,
Json,
Junit,
}
🔬 This is a nightly-only experimental API. (
test
)Expand description
Format of the test results output
Variants
Pretty
🔬 This is a nightly-only experimental API. (
test
)Verbose output
Terse
🔬 This is a nightly-only experimental API. (
test
)Quiet output
Json
🔬 This is a nightly-only experimental API. (
test
)JSON output
Junit
🔬 This is a nightly-only experimental API. (
test
)JUnit output
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for OutputFormat
impl Send for OutputFormat
impl Sync for OutputFormat
impl Unpin for OutputFormat
impl UnwindSafe for OutputFormat
Blanket Implementations
Mutably borrows from an owned value. Read more