is not current version
Last Version 1.1

org.jmmo:junit-factory 1.0

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

Categories

Categories

JUnit Unit Testing
GroupId

GroupId

org.jmmo
ArtifactId

ArtifactId

junit-factory
Version

Version

1.0
Type

Type

jar

Download junit-factory 1.0


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