Last Version

Ladybug Test Tool 2.1

Ladybug adds message based debugging and message based unit testing and system testing to your Java application. Call Ladybug at certain checkpoints in you code (either directly or using AOP) to generate tree based reports. Implement a rerun method to be able to rerun reports and optionally stub certain checkpoints for regression testing.

License

License

GroupId

GroupId

org.ibissource
ArtifactId

ArtifactId

ibis-ladybug
Version

Version

2.1
Type

Type

jar
Description

Description

Ladybug Test Tool
Ladybug adds message based debugging and message based unit testing and system testing to your Java application. Call Ladybug at certain checkpoints in you code (either directly or using AOP) to generate tree based reports. Implement a rerun method to be able to rerun reports and optionally stub certain checkpoints for regression testing.
Project URL

Project URL

https://ibissource.org/
Project Organization

Project Organization

WeAreFrank!
Source Code Management

Source Code Management

https://github.com/ibissource/ibis-ladybug

Download ibis-ladybug 2.1


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

Dependencies

compile (8)

Group / Artifact Type Version
org.ibissource : ibis-echo2 jar 2.0.3
org.slf4j : slf4j-api jar 1.7.30
commons-lang : commons-lang jar 2.6
org.springframework : spring-beans jar 3.2.16.RELEASE
org.springframework : spring-context jar 3.2.16.RELEASE
net.sf.saxon : Saxon-HE jar 9.4.0.7
org.ibissource : ibis-xerces jar 2.12.1-xml-schema-1.1
org.projectlombok : lombok jar 1.18.10

test (3)

Group / Artifact Type Version
junit : junit jar 4.13.1
ch.qos.logback : logback-core jar 1.2.3
ch.qos.logback : logback-classic jar 1.2.3

Project Modules

There are no modules declared in this project.