Last Version

NestedJUnit 1.0.0

Nested contexts for JUnit to organize tests better

License

License

Categories

Categories

JUnit Unit Testing Net
GroupId

GroupId

net.orfjackal.nestedjunit
ArtifactId

ArtifactId

nestedjunit
Version

Version

1.0.0
Type

Type

jar
Description

Description

NestedJUnit
Nested contexts for JUnit to organize tests better
Project URL

Project URL

https://github.com/orfjackal/nestedjunit
Source Code Management

Source Code Management

https://github.com/orfjackal/nestedjunit

Download nestedjunit 1.0.0


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

Dependencies

compile (1)

Group / Artifact Type Version
junit : junit jar 4.11-beta-1

test (2)

Group / Artifact Type Version
org.hamcrest : hamcrest-library jar 1.3
org.mockito : mockito-all jar 1.9.0

Project Modules

There are no modules declared in this project.