Registry / testing / solon-test-junit5

solon-test-junit5

JSON →
library3.10.6javamavenunverified

JUnit5 integration for testing Solon applications, providing test context and dependency injection support.

<dependency> <groupId>org.noear</groupId> <artifactId>solon-test-junit5</artifactId> <version>3.10.6</version> </dependency>
INSTALL
IMPORT
SIG · SOLON-TEST-JUNIT5
S
solon-test-junit5
testingjavav3.10.6
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.

SolonTest
✓ org.noear.solon.test.SolonTest

Annotate a test class with @SolonTest to enable Solon application context for JUnit5 tests.

import org.noear.solon.test.SolonTest; import org.junit.jupiter.api.Test; @SolonTest public class MyTest { @Test void testSomething() { System.out.println("Test running with Solon context"); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.10.6latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
solon-test-junit5 — mvn dependency:get solon-test-junit5 · libregistry