Registry / testing / org-apache-servicemix-bundles-junit

org-apache-servicemix-bundles-junit

JSON →
library4.13.2_1javamavenunverified

OSGi bundle wrapping JUnit 4.13.2 jar for use in OSGi environments.

<dependency> <groupId>org.apache.servicemix.bundles</groupId> <artifactId>org.apache.servicemix.bundles.junit</artifactId> <version>4.13.2_1</version> </dependency>
INSTALL
IMPORT
SIG · ORG-APACHE-SERVICE
O
org-apache-servicemix-bundles-junit
testingjavav4.13.2_1
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

Write a simple JUnit 4 test using the @Test annotation.

import org.junit.Test; import static org.junit.Assert.*; public class MyTest { @Test public void testSomething() { assertTrue(true); } }
Debug
Known issues
gotchaThis bundle wraps JUnit 4.13.2; JUnit 5 is not included.
fix
Use a JUnit 5 bundle (e.g., org.apache.servicemix.bundles.junit-jupiter-api) for JUnit 5.
affects: *
Upgrade
Version history
4.13.2_1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
org-apache-servicemix-bundles-junit — mvn dependency:get org-apache-servicemix-bundles-junit · libregistry