Enum forc_pkg::TestPassCondition
source · pub enum TestPassCondition {
ShouldRevert,
ShouldNotRevert,
}
Expand description
The possible conditions for a test result to be considered “passing”.
Variants§
Trait Implementations§
source§impl Clone for TestPassCondition
impl Clone for TestPassCondition
source§fn clone(&self) -> TestPassCondition
fn clone(&self) -> TestPassCondition
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more