Step type is now prepended onto step title.#138
Conversation
|
Also tested with the new sample I had written: Results in: I figure there were a few tests which caught the change and the fix was to do what you would expect. Or do you think we need another few tests? |
|
This is nice. I think we need to add unit tests for the additions. |
|
Added a test |
|
The test seems broken (didn't check the details). |
|
Test being inlined i think... will add the no inlining attribute |
|
Rebased |
There was a problem hiding this comment.
Ah, I didn't realize you could chain Givens! It's good it's supported for when it's needed. Also compatible with Cuke.
There was a problem hiding this comment.
Yep, you MUST start with a Given or a When (if you start with When you can't use nSubstitute 👎) but after that you can use any of the extensions :)
Step type is now prepended onto step title.
|
I really like this addition. Fluent API is A LOT easier than before and reflective API to use. Fluent API FTW reflective suckers ;) cc @mwhelan |
|
|
Fixes #121