License |
License |
---|---|
Categories |
CategoriesJUnit Unit Testing |
GroupId | GroupIdcom.github.starnowski.bmunit.extension |
ArtifactId | ArtifactIdjunit4-rule |
Last Version | Last Version1.1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionjunit4-rule
The module contains the implementation of type "org.junit.rules.MethodRule" for the BMUnit library.
|
Filename | Size |
---|---|
junit4-rule-1.1.1.pom | |
junit4-rule-1.1.1.jar | 7 KB |
junit4-rule-1.1.1-sources.jar | 4 KB |
junit4-rule-1.1.1-javadoc.jar | 24 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.starnowski.bmunit.extension/junit4-rule/ -->
<dependency>
<groupId>com.github.starnowski.bmunit.extension</groupId>
<artifactId>junit4-rule</artifactId>
<version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.starnowski.bmunit.extension/junit4-rule/
implementation 'com.github.starnowski.bmunit.extension:junit4-rule:1.1.1'
// https://jarcasting.com/artifacts/com.github.starnowski.bmunit.extension/junit4-rule/
implementation ("com.github.starnowski.bmunit.extension:junit4-rule:1.1.1")
'com.github.starnowski.bmunit.extension:junit4-rule:jar:1.1.1'
<dependency org="com.github.starnowski.bmunit.extension" name="junit4-rule" rev="1.1.1">
<artifact name="junit4-rule" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.starnowski.bmunit.extension', module='junit4-rule', version='1.1.1')
)
libraryDependencies += "com.github.starnowski.bmunit.extension" % "junit4-rule" % "1.1.1"
[com.github.starnowski.bmunit.extension/junit4-rule "1.1.1"]
Group / Artifact | Type | Version |
---|---|---|
org.jboss.byteman : byteman-bmunit Optional | jar | ${org.jboss.byteman.version} |
org.jboss.byteman : byteman Optional | jar | ${org.jboss.byteman.version} |
org.jboss.byteman : byteman-submit Optional | jar | ${org.jboss.byteman.version} |
org.jboss.byteman : byteman-install Optional | jar | ${org.jboss.byteman.version} |
junit : junit Optional | jar | ${junit.junit.version} |