is not current version
Last Version 1.0.3

com.github.mahnkong:byteman-junit-rules 1.0.1

This project contains functionality allowing the usage of byteman in JUnit tests by providing JUnit rules (install byteman agent, load/unload of the rules) and some annotations (byteman setup for the tests).

Categories

Categories

JUnit Unit Testing Byteman Application Layer Libs Bytecode Manipulation
GroupId

GroupId

com.github.mahnkong
ArtifactId

ArtifactId

byteman-junit-rules
Version

Version

1.0.1
Type

Type

jar

Download byteman-junit-rules 1.0.1


<!-- https://jarcasting.com/artifacts/com.github.mahnkong/byteman-junit-rules/ -->
<dependency>
    <groupId>com.github.mahnkong</groupId>
    <artifactId>byteman-junit-rules</artifactId>
    <version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mahnkong/byteman-junit-rules/
implementation 'com.github.mahnkong:byteman-junit-rules:1.0.1'
// https://jarcasting.com/artifacts/com.github.mahnkong/byteman-junit-rules/
implementation ("com.github.mahnkong:byteman-junit-rules:1.0.1")
'com.github.mahnkong:byteman-junit-rules:jar:1.0.1'
<dependency org="com.github.mahnkong" name="byteman-junit-rules" rev="1.0.1">
  <artifact name="byteman-junit-rules" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mahnkong', module='byteman-junit-rules', version='1.0.1')
)
libraryDependencies += "com.github.mahnkong" % "byteman-junit-rules" % "1.0.1"
[com.github.mahnkong/byteman-junit-rules "1.0.1"]