-
Notifications
You must be signed in to change notification settings - Fork 237
Running tests
Igor Wojda edited this page Mar 9, 2021
·
5 revisions
Open Puzzle.kt
file for any puzzle. Locate class with Test
suffix (PuzzleTest
). Click on the green
green arrow close to line number to run one or more tests in the class.
After running the test you can rerun the last configuration using Run command
(⌘ + R
).
Larger puzzles will have larger test base, so tests have to be uncommented one by one while solving various steps of the given puzzle.