We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
To download and install JUnit you currently have the following options.
Download the following JARs and add them to your test classpath:
junit.jar
hamcrest-core.jar
Add a dependency to junit:junit in test scope. (Note: 4.13 is the latest stable version as of the latest edit on this page.)
junit:junit
test
<dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.13</version> <scope>test</scope> </dependency>
See Use-with-Gradle