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.10.0


Group ID:
com.sageserpent
Artifact ID:
americium_3
Version:
1.10.0
Release Date:
Feb 12, 2023
Licenses:
MIT
Files:

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

Mill build tool

ivy"com.sageserpent::americium:1.10.0"

Scala CLI

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

Ammonite REPL

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

<dependency>
  <groupId>com.sageserpent</groupId>
  <artifactId>americium_3</artifactId>
  <version>1.10.0</version>
</dependency>

compile group: 'com.sageserpent', name: 'americium_3', version: '1.10.0'