Skip to main content

Test

Trait Test 

Source
pub trait Test: Artifact { }
Expand description

Represents a test specification artifact of a system. The description of the Test can be provided as a doc comment on the implementing type.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§