-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make own DSL keywords runnable #25
Comments
Will look into it. Thanks! |
Plus one. I was recently doing a code kata with the Rock Paper Scissors kata, but I could not get the Spek runner to pick up these tests:
Using JUnit4's |
This will be a bit tricky to implement, since I have to rework how |
I have implemented own extension functions to have a DSL which suits more my needs. For instance, I have a keyword
inCase
similar toon
and itThrows similar toit
.I do not really know how the plugin works but after a quick glance I guess the current keywords a hard-coded in SpekUtil.: If so, then it would be nice if GROUP_FN and TEST_FN would be configurable.
The text was updated successfully, but these errors were encountered: