JExample

JExample is an extensions of JUnit that improves defect localizaton by changing the way you structure your tests. It introduces first-class dependencies. If test B depends on A, the return value of A can be used as B's fixture. And if A test fails, B and all other dependees of A are skipped and marked as white. We show in an empirical study that JExample improves performance and defect localization.

License

License

Categories

Categories

Net
GroupId

GroupId

net.sf.jexample
ArtifactId

ArtifactId

jexample
Last Version

Last Version

4.4-378
Release Date

Release Date

Type

Type

jar
Description

Description

JExample
JExample is an extensions of JUnit that improves defect localizaton by changing the way you structure your tests. It introduces first-class dependencies. If test B depends on A, the return value of A can be used as B's fixture. And if A test fails, B and all other dependees of A are skipped and marked as white. We show in an empirical study that JExample improves performance and defect localization.
Project Organization

Project Organization

Software Composition Group

Download jexample

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
junit : junit jar 4.3

Project Modules

There are no modules declared in this project.

Versions

Version
4.4-378