hyperskill / hs-test

A framework that simplifies testing educational projects for Hyperskill. It is built on top of JUnit.
30 stars 10 forks source link

Implement parametrized tests in dynamic testing #104

Closed aaaaaa2493 closed 3 years ago

aaaaaa2493 commented 4 years ago

Example of parameterized tests for reference https://github.com/rabestro/roman-arabic-calculator/blob/master/src/test/java/calculator/SolutionTest.java

aaaaaa2493 commented 3 years ago

Fixed in ae68fbf137244a5fc9ac919359f5f0ec27a168a2