| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииJUnit Тестирование компонентов Guava Универсальные библиотеки Utility |
| Группа | Группаcom.pholser |
| Идентификатор | Идентификаторjunit-quickcheck-guava |
| Версия | Версия1.0 |
| Тип | Типjar |
| Описание |
Описаниеjunit-quickcheck-guava
Property-based testing, JUnit-style: generators for Guava types
|
| Ссылка на сайт |
Ссылка на сайт |
<!-- https://jarcasting.com/artifacts/com.pholser/junit-quickcheck-guava/ -->
<dependency>
<groupId>com.pholser</groupId>
<artifactId>junit-quickcheck-guava</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.pholser/junit-quickcheck-guava/
implementation 'com.pholser:junit-quickcheck-guava:1.0'
// https://jarcasting.com/artifacts/com.pholser/junit-quickcheck-guava/
implementation ("com.pholser:junit-quickcheck-guava:1.0")
'com.pholser:junit-quickcheck-guava:jar:1.0'
<dependency org="com.pholser" name="junit-quickcheck-guava" rev="1.0">
<artifact name="junit-quickcheck-guava" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.pholser', module='junit-quickcheck-guava', version='1.0')
)
libraryDependencies += "com.pholser" % "junit-quickcheck-guava" % "1.0"
[com.pholser/junit-quickcheck-guava "1.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.13.1 |
| com.pholser : junit-quickcheck-generators | jar | 1.0 |
| com.google.guava : guava | jar | 29.0-jre |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.hamcrest : hamcrest-core | jar | 1.3 |
| org.hamcrest : hamcrest-library | jar | 1.3 |
| org.mockito : mockito-all | jar | 1.10.19 |
| ch.qos.logback : logback-classic | jar | 1.2.3 |
| com.pholser : junit-quickcheck-core | test-jar | 1.0 |