Last Version

byteman-junit-rules 1.0.3

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).

License

License

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.3
Type

Type

jar
Description

Description

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).
Project URL

Project URL

https://github.com/mahnkong/byteman-junit-rules
Source Code Management

Source Code Management

https://github.com/mahnkong/byteman-junit-rules

Download byteman-junit-rules 1.0.3


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

Dependencies

runtime (2)

Group / Artifact Type Version
junit : junit jar 4.12
org.jboss.byteman : byteman-submit jar 3.0.6

Project Modules

There are no modules declared in this project.