Macros§
Attribute Macros§
- test_
double - Can be used like
#[test_double]
to useMock____
in tests or#[test_double(ObjectDummy)]
to useObjectDummy
. - test_
double_ prefixed - Can be used like
#[test_double_prefixed]
to use____Mock
in tests or#[test_double_prefixed(ObjectDummy)]
to useObjectDummy
.