License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.sf.jexample |
ArtifactId | ArtifactIdjexample |
Version | Version4.4-378 |
Type | Typejar |
Description |
DescriptionJExample
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 OrganizationSoftware Composition Group |
Filename | Size |
---|---|
jexample-4.4-378.pom | |
jexample-4.4-378.jar | 91 KB |
jexample-4.4-378-sources.jar | 31 KB |
jexample-4.4-378-javadoc.jar | 203 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.3 |