Last Version

JUnit Test Groups 1.0.1

Divides your JUnit tests into groups which can be executed separately or all at once

License

License

MIT
Categories

Categories

JUnit Unit Testing
GroupId

GroupId

com.github.ferstl
ArtifactId

ArtifactId

junit-testgroups
Version

Version

1.0.1
Type

Type

jar
Description

Description

JUnit Test Groups
Divides your JUnit tests into groups which can be executed separately or all at once
Project URL

Project URL

https://github.com/ferstl/junit-testgroups
Source Code Management

Source Code Management

https://github.com/ferstl/junit-testgroups

Download junit-testgroups 1.0.1


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

Dependencies

compile (1)

Group / Artifact Type Version
junit : junit Optional jar 4.12

test (2)

Group / Artifact Type Version
org.hamcrest : java-hamcrest jar 2.0.0.0
org.mockito : mockito-core jar 1.10.19

Project Modules

There are no modules declared in this project.