Unit Testing/JUnit/Install JUnit
Appearance
< Unit Testing | JUnit
Create a Java test environment. Select one of the following:
- Install JUnit4 or JUnit5 from JUnit.org.
- Using your Java package manager, add
org.junit.runner
.
Create a Java test environment. Select one of the following:
org.junit.runner
.