Expand description
§cucumber-codegen
crate
Code generation for cucumber
tests auto-wiring.
DO NOT use it directly, use cucumber
crate instead.
§License
This project is licensed under either of
- Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.
Attribute Macros§
- given
- Attribute to auto-wire the test to the
World
implementer. - then
- Attribute to auto-wire the test to the
World
implementer. - when
- Attribute to auto-wire the test to the
World
implementer.
Derive Macros§
- Parameter
- In addition to default parameters of Cucumber Expressions, you may implement and use custom ones.
- World
- Derive macro for implementing a
World
trait.