j

junit-cast

A library that leverages the JUnit parameterized tests to test all scenarios provided.
https://github.com/roycetech/rule-engine
Apache License 2.0
Royce Remulla
Files download
File Operation
junit-cast-2.0.0.jar download
junit-cast-2.0.0.pom download
junit-cast-2.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.roycetech</groupId>
  <artifactId>junit-cast</artifactId>
  <version>2.0.0</version>
</dependency>
Gradle Groovy
implementation 'io.github.roycetech:junit-cast:2.0.0'
Gradle Kotlin
implementation("io.github.roycetech:junit-cast:2.0.0")
Scala SBT
libraryDependencies += "io.github.roycetech" % "junit-cast" % "2.0.0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.roycetech', module='junit-cast', version='2.0.0')
)
Apache Ivy
<dependency org="io.github.roycetech" name="junit-cast" rev="2.0.0" />
Leiningen
[io.github.roycetech/junit-cast "2.0.0"]
Apache Buildr
'io.github.roycetech:junit-cast:jar:2.0.0'