Registry / testing / arquillian-junit

arquillian-junit

JSON →
library1.0.0.Alpha4.SP10javamavenunverified

Provides JUnit integration for the Arquillian testing framework, enabling in-container testing.

<dependency> <groupId>org.jboss.arquillian</groupId> <artifactId>arquillian-junit</artifactId> <version>1.0.0.Alpha4.SP10</version> </dependency>
INSTALL
IMPORT
SIG · ARQUILLIAN-JUNIT
A
arquillian-junit
testingjavav1.0.0.Alpha4.SP10
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.

Arquillian
org.jboss.arquillian.junit.Arquillian

Shows how to use Arquillian with JUnit by annotating a test class with @RunWith(Arquillian.class).

import org.jboss.arquillian.junit.Arquillian; import org.junit.runner.RunWith; @RunWith(Arquillian.class) public class MyTest { // test methods }
Debug
Known issues
breakingVersion 1.0.0.Alpha4.SP10 is an alpha release; API may be unstable.
fix
Consider using a stable release like 1.1.14.Final for production.
affects: <=1.0.0.Alpha4.SP10
Upgrade
Version history
1.0.0.Alpha4.SP10latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
24 hits · last 30 days
node
22
OpenAI (training)
1
Resources
arquillian-junit — mvn dependency:get arquillian-junit · libregistry