on an unrelated note: My cucumber stub ``` @G...
# random
g
on an unrelated note: My cucumber stub
Copy code
@Given("^We want to execute a constraint graph 10000 times$")
    fun `We want to execute a constraint graph 10000 times`(){
        TODO()
    }
the desire to write my own test driver is real. Wouldnt it be nice if I could just tag the method with
@Given
and simply embed regex in the method name
m
Note that some characters are illegal in method names, e.g. dot (
.
). This is a very important character in regex world.
Also
\
is illegal, so you cannot do
\d+