Expand description
Test utilities for the featureflag crate.
Structs§
- Test
Evaluator - A test evaluator that allows setting features for testing purposes.
Traits§
- Test
Context Ext - Extension trait for
Contextthat provides access to the fields set on the context when using theTestEvaluator. - Test
Feature - A trait for types that can determine if a feature is enabled.
Attribute Macros§
- with_
features - Enable the specified features for use in tests.