Example JUnit4 HK2 Integration Test

Creates a new quickstart project to integration test HK2 modules and services with Testify, JUnit4, Mockito, and AssertJ.

Лицензия

Лицензия

Категории

Категории

JUnit Тестирование компонентов HK2 Библиотеки уровня приложения Dependency Injection
Группа

Группа

org.testifyproject.examples
Идентификатор

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

example-junit-hk2-integrationtest
Последняя версия

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

1.0.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

Example JUnit4 HK2 Integration Test
Creates a new quickstart project to integration test HK2 modules and services with Testify, JUnit4, Mockito, and AssertJ.
Ссылка на сайт

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

https://github.com/testify-project/examples/tree/master/junit4/example-junit-hk2-integrationtest
Организация-разработчик

Организация-разработчик

Sharmarke Aden

Скачать example-junit-hk2-integrationtest

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

<!-- https://jarcasting.com/artifacts/org.testifyproject.examples/example-junit-hk2-integrationtest/ -->
<dependency>
    <groupId>org.testifyproject.examples</groupId>
    <artifactId>example-junit-hk2-integrationtest</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.testifyproject.examples/example-junit-hk2-integrationtest/
implementation 'org.testifyproject.examples:example-junit-hk2-integrationtest:1.0.0'
// https://jarcasting.com/artifacts/org.testifyproject.examples/example-junit-hk2-integrationtest/
implementation ("org.testifyproject.examples:example-junit-hk2-integrationtest:1.0.0")
'org.testifyproject.examples:example-junit-hk2-integrationtest:jar:1.0.0'
<dependency org="org.testifyproject.examples" name="example-junit-hk2-integrationtest" rev="1.0.0">
  <artifact name="example-junit-hk2-integrationtest" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.testifyproject.examples', module='example-junit-hk2-integrationtest', version='1.0.0')
)
libraryDependencies += "org.testifyproject.examples" % "example-junit-hk2-integrationtest" % "1.0.0"
[org.testifyproject.examples/example-junit-hk2-integrationtest "1.0.0"]

Зависимости

compile (11)

Идентификатор библиотеки Тип Версия
org.testifyproject.junit4 : hk2-integration-test jar
org.testifyproject.local-resources : hsql jar
org.testifyproject.virtual-resources : docker jar
org.glassfish.hk2 : hk2-locator jar 2.5.0-b42
org.glassfish.hk2 : hk2-extras jar 2.5.0-b42
org.glassfish.hk2 : hk2-metadata-generator jar 2.5.0-b42
javax.transaction : javax.transaction-api jar 1.2
javax.interceptor : javax.interceptor-api jar 1.2
org.hibernate : hibernate-core jar 5.1.0.Final
org.hibernate : hibernate-entitymanager jar 5.1.0.Final
org.postgresql : postgresql jar 9.4.1207

provided (1)

Идентификатор библиотеки Тип Версия
org.projectlombok : lombok jar 1.16.18

test (2)

Идентификатор библиотеки Тип Версия
org.assertj : assertj-core jar 3.8.0
org.testifyproject.tools : test-logger jar 1.0.2

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

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

Examples

Build Status Join the chat on Gitter CodecovIO Maven Central License

Overview

A repository that contains Testify Project examples and archtypes based on these examples.

Examples

  • Example JUnit4 Unit Test
  • Example JUnit4 Spring Integration Test
  • Example JUnit4 SpringBoot System Test
  • Example JUnit4 Spring System Test
  • Example JUnit4 HK2 Integration Test
  • Example JUnit4 Jersey 2 System Test
  • Example JUnit4 Guice Integration Test
  • Example JUnit4 Local Resource Provider

Learning

  • Testify documentation is available here.

Issue Tracking

Report issues via the Github Issues. Think you've found a bug? Please consider submitting a reproduction project via the a new Github Issue.

Issue Pull Request

Pull requests are welcome.

Staying in Touch

Hit us up on Gitter.

License

The Testify is released under Apache Software License, Version 2.0.

Enjoy and keep on Testifying!

org.testifyproject.examples

Testify Project

A Java Testing Framework faithful to sound testing principles and best practices.

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

Версия
1.0.0
0.9.3
0.9.2
0.9.1
0.9.0