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

JavaFixture 2.6.1

JavaFixture is the attempt to bring Mark Seemann's AutoFixture for .NET to the Java world. Its purpose is to generate full object graphs for use in test suites with a fluent API for customising the test objects during generation.

Лицензия

Лицензия

MIT
Группа

Группа

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

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

javafixture
Версия

Версия

2.6.1
Тип

Тип

jar
Описание

Описание

JavaFixture
JavaFixture is the attempt to bring Mark Seemann's AutoFixture for .NET to the Java world. Its purpose is to generate full object graphs for use in test suites with a fluent API for customising the test objects during generation.
Ссылка на сайт

Ссылка на сайт

https://github.com/Nylle/JavaFixture
Система контроля версий

Система контроля версий

https://github.com/Nylle/JavaFixture

Скачать javafixture 2.6.1


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

Зависимости

compile (2)

Идентификатор библиотеки Тип Версия
org.objenesis : objenesis jar 3.0.1
org.javassist : javassist jar 3.27.0-GA

provided (2)

Идентификатор библиотеки Тип Версия
org.junit.jupiter : junit-jupiter-engine jar 5.5.1
org.junit.jupiter : junit-jupiter-params jar 5.5.1

test (2)

Идентификатор библиотеки Тип Версия
org.assertj : assertj-core jar 3.11.1
org.mockito : mockito-core jar 3.0.0

Модули Проекта

Данный проект не имеет модулей.