Crate featureflag_test

Crate featureflag_test 

Source
Expand description

Test utilities for the featureflag crate.

Structs§

TestEvaluator
A test evaluator that allows setting features for testing purposes.

Traits§

TestContextExt
Extension trait for Context that provides access to the fields set on the context when using the TestEvaluator.
TestFeature
A trait for types that can determine if a feature is enabled.

Attribute Macros§

with_features
Enable the specified features for use in tests.