Prof. Ismael H. F. Santos
-ismael@tecgraf.puc-rio.br2
Running JUnit Tests
(1)
nThe
JUnit framework does not provide a graphical test
runner.Instead, it provides an API that can be used by IDEs to run test cases and a textual runner than can be used from a command line.
n
nEclipse and Netbeans each provide a graphical test runner that is integrated into their respective environments.