Chex4j Javaagent Tests

chex4j-core is a javaagent so testing it requires the built jar to be added to the jvm start options. Putting the tests in a separate module ensures that the core jar is available during the build time of the test module.

License

License

Categories

Categories

Net
GroupId

GroupId

net.sf.chex4j
ArtifactId

ArtifactId

chex4j-test
Last Version

Last Version

1.0.2
Release Date

Release Date

Type

Type

jar
Description

Description

Chex4j Javaagent Tests
chex4j-core is a javaagent so testing it requires the built jar to be added to the jvm start options. Putting the tests in a separate module ensures that the core jar is available during the build time of the test module.
Project URL

Project URL

http://maven.apache.org

Download chex4j-test

How to add to project

<!-- https://jarcasting.com/artifacts/net.sf.chex4j/chex4j-test/ -->
<dependency>
    <groupId>net.sf.chex4j</groupId>
    <artifactId>chex4j-test</artifactId>
    <version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.chex4j/chex4j-test/
implementation 'net.sf.chex4j:chex4j-test:1.0.2'
// https://jarcasting.com/artifacts/net.sf.chex4j/chex4j-test/
implementation ("net.sf.chex4j:chex4j-test:1.0.2")
'net.sf.chex4j:chex4j-test:jar:1.0.2'
<dependency org="net.sf.chex4j" name="chex4j-test" rev="1.0.2">
  <artifact name="chex4j-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.chex4j', module='chex4j-test', version='1.0.2')
)
libraryDependencies += "net.sf.chex4j" % "chex4j-test" % "1.0.2"
[net.sf.chex4j/chex4j-test "1.0.2"]

Dependencies

compile (5)

Group / Artifact Type Version
net.sf.chex4j : chex4j-core jar 1.0.2
junit : junit jar 4.7
org.hamcrest : hamcrest-all jar 1.1
org.apache.ant : ant jar 1.8.1
org.javassist : javassist jar 3.14.0-GA

test (2)

Group / Artifact Type Version
emma : emma_ant jar 2.0.5312
emma : emma jar 2.0.5312

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.2