Leonidas Mitrou

Results 2 issues of Leonidas Mitrou

Problem : Let's say that my path is : `/search/google/for/{question}/and-answers/{answers}` and i want to call with the following params : "1000","9999" Using the GET function as follows `get("/search/google/for/{question}/and-answers/{answers}", "10000", "9999")`...

I have build a test framework with Java + cucumber + junit. The tests are run with surefire plugin, and below is the 2 runners : - AllTestRunner.java that runs...