pub fn can_run_test_with_context(
config: Option<&TestCaseRequirements>,
context: &HostContext,
) -> bool
Expand description
Evaluates if a test case can be run in the current execution environment with context.
pub fn can_run_test_with_context(
config: Option<&TestCaseRequirements>,
context: &HostContext,
) -> bool
Evaluates if a test case can be run in the current execution environment with context.