hyperskill / hs-test

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

Refactor: drop ability for testing any method, keep only main #38

Closed aaaaaa2493 closed 5 years ago

aaaaaa2493 commented 5 years ago

1) No projects seem to test custom methods (apart of Swing project, but it is easy to fix) 2) Black box testing ideology is not compatible with knowing that some methods exist in the user code