Working with JUnit
The following table outlines the basic process of working with JUnit.
Create Tests
Generate tests and test suites
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 or suites
for an entire project.
Debug Tests
Debug tests
.
Legal Notices