guice-extension

Guice for JUnit 5

Лицензия

Лицензия

MIT
Категории

Категории

JUnit Тестирование компонентов GUI Взаимодействие с пользователем Guice Библиотеки уровня приложения Dependency Injection
Группа

Группа

name.falgout.jeffrey.testing.junit5
Идентификатор

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

guice-extension
Последняя версия

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

1.2.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

guice-extension
Guice for JUnit 5
Ссылка на сайт

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

https://github.com/JeffreyFalgout/junit5-extensions/tree/master/guice-extension
Система контроля версий

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

https://github.com/JeffreyFalgout/junit5-extensions

Скачать guice-extension

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/name.falgout.jeffrey.testing.junit5/guice-extension/ -->
<dependency>
    <groupId>name.falgout.jeffrey.testing.junit5</groupId>
    <artifactId>guice-extension</artifactId>
    <version>1.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/name.falgout.jeffrey.testing.junit5/guice-extension/
implementation 'name.falgout.jeffrey.testing.junit5:guice-extension:1.2.1'
// https://jarcasting.com/artifacts/name.falgout.jeffrey.testing.junit5/guice-extension/
implementation ("name.falgout.jeffrey.testing.junit5:guice-extension:1.2.1")
'name.falgout.jeffrey.testing.junit5:guice-extension:jar:1.2.1'
<dependency org="name.falgout.jeffrey.testing.junit5" name="guice-extension" rev="1.2.1">
  <artifact name="guice-extension" type="jar" />
</dependency>
@Grapes(
@Grab(group='name.falgout.jeffrey.testing.junit5', module='guice-extension', version='1.2.1')
)
libraryDependencies += "name.falgout.jeffrey.testing.junit5" % "guice-extension" % "1.2.1"
[name.falgout.jeffrey.testing.junit5/guice-extension "1.2.1"]

Зависимости

compile (3)

Идентификатор библиотеки Тип Версия
org.junit.jupiter : junit-jupiter-api jar 5.5.2
org.junit.platform : junit-platform-commons jar 1.5.2
com.google.inject : guice jar 4.2.2

test (4)

Идентификатор библиотеки Тип Версия
name.falgout.jeffrey.testing.junit5 : extension-testing jar 1.2.1
org.junit.jupiter : junit-jupiter-params jar 5.5.2
org.junit.jupiter : junit-jupiter-engine jar 5.5.2
com.google.truth : truth jar 0.33

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

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

junit5-extensions

Build Status

Personal repository for JUnit 5 extensions.

class-argument-converter

Maven Central

Convert parameterized test strings to classes in a type-safe way.

disable-extension

Maven Central

Fine-grained control over disabling tests.

extension-testing

Maven Central

Utilities for testing JUnit 5 extensions.

guice-extension

Maven Central

Injects @Inject annotated fields and resolves test parameters.

mockito-extension

Maven Central

Resolves @Mock, @Spy, and @Captor annotated fields and @Mock and ArgumentCaptor parameters.

Версии библиотеки

Версия
1.2.1
1.2.0
1.1.1
1.1.0
1.0.2
1.0.1
1.0.0
1.0.0-RC2
1.0.0-M4