Last Version

AJTest 1.0

AJTest is a library for running functional tests with AspectJ Load-Time Weaving and TestNG without a java agent.

License

License

GroupId

GroupId

com.github.bcolyn.ajtest
ArtifactId

ArtifactId

ajtest
Version

Version

1.0
Type

Type

jar
Description

Description

AJTest
AJTest is a library for running functional tests with AspectJ Load-Time Weaving and TestNG without a java agent.
Project URL

Project URL

https://github.com/bcolyn/ajtest
Source Code Management

Source Code Management

https://github.com/bcolyn/ajtest

Download ajtest 1.0


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

Dependencies

compile (3)

Group / Artifact Type Version
org.testng : testng jar 6.3.1
org.aspectj : aspectjweaver jar 1.6.12
org.slf4j : slf4j-api jar 1.6.1

test (4)

Group / Artifact Type Version
org.easytesting : fest-assert jar 1.4
org.mule : mule-core jar 3.2.1
org.mule.transports : mule-transport-vm jar 3.2.1
org.mule.modules : mule-module-client jar 3.2.1

Project Modules

There are no modules declared in this project.