sageserpent-open / americium   1.19.1

MIT License GitHub

Generation of test case data for Scala and Java, in the spirit of QuickCheck. When your test fails, it gives you a minimised failing test case and a way of reproducing the failure immediately.

Scala versions: 3.x 2.13

americium 1.2.2


Group ID:
com.sageserpent
Artifact ID:
americium_2.13
Version:
1.2.2
Release Date:
Jan 30, 2022
Licenses:
MIT
Files:

libraryDependencies += "com.sageserpent" %% "americium" % "1.2.2"

Mill build tool

ivy"com.sageserpent::americium:1.2.2"

Scala CLI

//> using dep "com.sageserpent::americium:1.2.2"

Ammonite REPL

import $ivy.`com.sageserpent::americium:1.2.2`

<dependency>
  <groupId>com.sageserpent</groupId>
  <artifactId>americium_2.13</artifactId>
  <version>1.2.2</version>
</dependency>

compile group: 'com.sageserpent', name: 'americium_2.13', version: '1.2.2'