b

byteman-junit-rules

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).
https://github.com/mahnkong/byteman-junit-rules
Apache License, Version 2.0
Files download
File Operation
byteman-junit-rules-1.0.3.jar download
byteman-junit-rules-1.0.3.pom download
byteman-junit-rules-1.0.3-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.mahnkong</groupId>
  <artifactId>byteman-junit-rules</artifactId>
  <version>1.0.3</version>
</dependency>
Gradle Groovy
implementation 'com.github.mahnkong:byteman-junit-rules:1.0.3'
Gradle Kotlin
implementation("com.github.mahnkong:byteman-junit-rules:1.0.3")
Scala SBT
libraryDependencies += "com.github.mahnkong" % "byteman-junit-rules" % "1.0.3"
Groovy Grape
@Grapes(
  @Grab(group='com.github.mahnkong', module='byteman-junit-rules', version='1.0.3')
)
Apache Ivy
<dependency org="com.github.mahnkong" name="byteman-junit-rules" rev="1.0.3" />
Leiningen
[com.github.mahnkong/byteman-junit-rules "1.0.3"]
Apache Buildr
'com.github.mahnkong:byteman-junit-rules:jar:1.0.3'