Registry / testing / junit-dep

junit-dep

JSON →
library4.8.2javamavenunverified

JUnit is a regression testing framework for unit testing in Java, with this artifact being a deprecated version.

<dependency> <groupId>junit</groupId> <artifactId>junit-dep</artifactId> <version>4.8.2</version> </dependency>
INSTALL
IMPORT
SIG · JUNIT-DEP
J
junit-dep
testingjavav4.8.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Test
org.junit.Test

A simple JUnit test method.

import org.junit.Test; import static org.junit.Assert.assertEquals; public class MyTest { @Test public void testAddition() { assertEquals(4, 2 + 2); } }
Debug
Known issues
breakingjunit-dep is deprecated; use junit:junit instead.
fix
Replace dependency with junit:junit:4.13.2.
affects: >=4.0.0 <5.0.0
Upgrade
Version history
4.8.2latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Resources
junit-dep — mvn dependency:get junit-dep · libregistry