Registry / testing / junit-platform-commons

junit-platform-commons

JSON →
library6.0.3javamavenunverified

Common utilities and core abstractions for the JUnit Platform test engine.

<dependency> <groupId>org.junit.platform</groupId> <artifactId>junit-platform-commons</artifactId> <version>6.0.3</version> </dependency>
INSTALL
IMPORT
SIG · JUNIT-PLATFORM-COM
J
junit-platform-commons
testingjavav6.0.3
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.

ReflectionUtils
org.junit.platform.commons.util.ReflectionUtils

Demonstrates loading a class using ReflectionUtils from JUnit Platform Commons.

import org.junit.platform.commons.util.ReflectionUtils; public class Example { public static void main(String[] args) { Class<?> clazz = ReflectionUtils.tryToLoadClass("com.example.MyClass").get(); System.out.println(clazz.getName()); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
6.0.3latest on Maven
Audit
Dependencies

No dependency data recorded yet.

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