Working with JUnit
The following table outlines the basic process of working with JUnit.
Create Tests
Generate tests
for existing classes or packages.
Create an empty test
skeleton.
Edit Tests
Add the business logic to test skeletons.
Run Tests
Run the test
file for a specific class.
Run tests
for an entire project.
Debug Tests
Debug tests
.
Legal Notices