Last Version

JUnitFactory 1.1

It is allow to create JUnit tests dynamically how the annotation @Factory in TestNG does

License

License

Categories

Categories

JUnit Unit Testing
GroupId

GroupId

org.jmmo
ArtifactId

ArtifactId

junit-factory
Version

Version

1.1
Type

Type

jar
Description

Description

JUnitFactory
It is allow to create JUnit tests dynamically how the annotation @Factory in TestNG does
Source Code Management

Source Code Management

https://github.com/Megaprog/JUnitFactory

Download junit-factory 1.1


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

Dependencies

compile (1)

Group / Artifact Type Version
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.