sageserpent-open / americium   1.21.3

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


Group ID:
com.sageserpent
Artifact ID:
americium_3
Version:
1.21.2
Version Scheme:
Release Date:
Jun 3, 2025
Licenses:
MIT
Files:
Full Scala Version:
3.3.6
Developers:

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

Mill build tool

ivy"com.sageserpent::americium:1.21.2"

Scala CLI

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

Ammonite REPL

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

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

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