не последняя версия
Последняя версия 1.0

com.pholser:junit-quickcheck-generators 0.8.2

Property-based testing, JUnit-style: basic generators

Категории

Категории

JUnit Тестирование компонентов
Группа

Группа

com.pholser
Идентификатор

Идентификатор

junit-quickcheck-generators
Версия

Версия

0.8.2
Тип

Тип

jar

Скачать junit-quickcheck-generators 0.8.2


<!-- https://jarcasting.com/artifacts/com.pholser/junit-quickcheck-generators/ -->
<dependency>
    <groupId>com.pholser</groupId>
    <artifactId>junit-quickcheck-generators</artifactId>
    <version>0.8.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.pholser/junit-quickcheck-generators/
implementation 'com.pholser:junit-quickcheck-generators:0.8.2'
// https://jarcasting.com/artifacts/com.pholser/junit-quickcheck-generators/
implementation ("com.pholser:junit-quickcheck-generators:0.8.2")
'com.pholser:junit-quickcheck-generators:jar:0.8.2'
<dependency org="com.pholser" name="junit-quickcheck-generators" rev="0.8.2">
  <artifact name="junit-quickcheck-generators" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.pholser', module='junit-quickcheck-generators', version='0.8.2')
)
libraryDependencies += "com.pholser" % "junit-quickcheck-generators" % "0.8.2"
[com.pholser/junit-quickcheck-generators "0.8.2"]