Does JUnit
has a build it feature to ask user interactively about test succeeded?
I know JUnit
is for automatic testing, but I have some sound generating classes which I want to test by ear and want in some rare one-run cases to test them manually and then add @Ignore
to such tests.
Also I know I can popup dialog myself but I am wondering whether JUnit
has something premade.