License |
License |
---|---|
Categories |
CategoriesJUnit Unit Testing |
GroupId | GroupIdcom.github.starnowski.bmunit.extension |
ArtifactId | ArtifactIdjunit4-rule |
Version | Version1.0.3 |
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.0.3.pom | |
junit4-rule-1.0.3.jar | 7 KB |
junit4-rule-1.0.3-sources.jar | 4 KB |
junit4-rule-1.0.3-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.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.starnowski.bmunit.extension/junit4-rule/
implementation 'com.github.starnowski.bmunit.extension:junit4-rule:1.0.3'
// https://jarcasting.com/artifacts/com.github.starnowski.bmunit.extension/junit4-rule/
implementation ("com.github.starnowski.bmunit.extension:junit4-rule:1.0.3")
'com.github.starnowski.bmunit.extension:junit4-rule:jar:1.0.3'
<dependency org="com.github.starnowski.bmunit.extension" name="junit4-rule" rev="1.0.3">
<artifact name="junit4-rule" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.starnowski.bmunit.extension', module='junit4-rule', version='1.0.3')
)
libraryDependencies += "com.github.starnowski.bmunit.extension" % "junit4-rule" % "1.0.3"
[com.github.starnowski.bmunit.extension/junit4-rule "1.0.3"]
Group / Artifact | Type | Version |
---|---|---|
org.jboss.byteman : byteman-bmunit Optional | jar | 3.0.10 |
org.jboss.byteman : byteman Optional | jar | 3.0.10 |
org.jboss.byteman : byteman-submit Optional | jar | 3.0.10 |
org.jboss.byteman : byteman-install Optional | jar | 3.0.10 |
junit : junit Optional | jar | 4.12 |