Last Version

Weld JUnit Extensions 4.0.0.Final

Set of JUnit extensions to enhance the testing of CDI components.

License

License

Categories

Categories

JBoss Container Application Servers JUnit Unit Testing
GroupId

GroupId

org.jboss.weld
ArtifactId

ArtifactId

weld-junit-parent
Version

Version

4.0.0.Final
Type

Type

pom
Description

Description

Weld JUnit Extensions
Set of JUnit extensions to enhance the testing of CDI components.
Project URL

Project URL

http://weld.cdi-spec.org
Source Code Management

Source Code Management

https://github.com/weld/weld-junit

Download weld-junit-parent 4.0.0.Final


<!-- https://jarcasting.com/artifacts/org.jboss.weld/weld-junit-parent/ -->
<dependency>
    <groupId>org.jboss.weld</groupId>
    <artifactId>weld-junit-parent</artifactId>
    <version>4.0.0.Final</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.jboss.weld/weld-junit-parent/
implementation 'org.jboss.weld:weld-junit-parent:4.0.0.Final'
// https://jarcasting.com/artifacts/org.jboss.weld/weld-junit-parent/
implementation ("org.jboss.weld:weld-junit-parent:4.0.0.Final")
'org.jboss.weld:weld-junit-parent:pom:4.0.0.Final'
<dependency org="org.jboss.weld" name="weld-junit-parent" rev="4.0.0.Final">
  <artifact name="weld-junit-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.jboss.weld', module='weld-junit-parent', version='4.0.0.Final')
)
libraryDependencies += "org.jboss.weld" % "weld-junit-parent" % "4.0.0.Final"
[org.jboss.weld/weld-junit-parent "4.0.0.Final"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • junit4
  • junit5
  • spock
  • junit-common