Expand description
Code generation for [cucumber_rust] tests auto-wiring.
Attribute Macros§
- given
- Attribute to auto-wire the test to the
Worldimplementer. - then
- Attribute to auto-wire the test to the
Worldimplementer. - when
- Attribute to auto-wire the test to the
Worldimplementer.
Derive Macros§
- World
Init - Derive macro for tests auto-wiring.