[JUnit4]

Parent module of JUnit 4 example projects

Лицензия

Лицензия

Категории

Категории

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

Группа

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

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

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

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

1.0.0
Дата

Дата

Тип

Тип

pom
Описание

Описание

[JUnit4]
Parent module of JUnit 4 example projects
Организация-разработчик

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

Sharmarke Aden

Скачать junit4

Имя Файла Размер
junit4-1.0.0.pom 3 KB
Обзор

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

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

Зависимости

test (2)

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

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

  • example-junit-unittest
  • example-junit-spring-integrationtest
  • example-junit-spring-systemtest
  • example-junit-springboot-systemtest
  • example-junit-hk2-integrationtest
  • example-junit-jersey-systemtest
  • example-junit-guice-integrationtest
  • example-junit-grpc-systemtest
  • example-junit-resourceprovider

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