Last Version

junit-parameterized-test-case 1.0.0

Library for parameterizing individual test methods in JUnit

License

License

GroupId

GroupId

com.andrewjamesjohnson
ArtifactId

ArtifactId

example-application
Version

Version

1.0.0
Type

Type

jar
Description

Description

junit-parameterized-test-case
Library for parameterizing individual test methods in JUnit
Project URL

Project URL

https://github.com/ajsquared/junit-parameterized-test-case
Source Code Management

Source Code Management

https://github.com/ajsquared/junit-parameterized-test-case/

Download example-application 1.0.0


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

Dependencies

compile (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.