sageserpent-open / americium   1.19.9

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


Group ID:
com.sageserpent
Artifact ID:
americium_3
Version:
1.19.8
Version Scheme:
Release Date:
Nov 28, 2024
Licenses:
MIT
Files:
Full Scala Version:
3.3.4
Developers:

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

Mill build tool

ivy"com.sageserpent::americium:1.19.8"

Scala CLI

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

Ammonite REPL

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

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

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