Testing Starter :: Examples :: Parent

A simple testing starter for Java projects

Лицензия

Лицензия

Группа

Группа

pl.wavesoftware.testing
Идентификатор

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

examples-parent
Последняя версия

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

1.0.0
Дата

Дата

Тип

Тип

pom
Описание

Описание

Testing Starter :: Examples :: Parent
A simple testing starter for Java projects
Организация-разработчик

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

Wave Software

Скачать examples-parent

Имя Файла Размер
examples-parent-1.0.0.pom 1 KB
Обзор

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

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

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

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

  • spring

Testing Starter for Java

Build Status Build status Quality Gate Technical Dept codecov Maven Central

A simple testing starter for Java projects

Installation

<dependency>
  <groupId>pl.wavesoftware.testing</groupId>
  <artifactId>junit5-starter</artifactId>
  <version>1.0.0</version>
  <packaging>pom</packaging>
  <scope>test</scope>
</dependency>

Usage

Simply adding a dependency should do the trick. There will be:

  • logging configured with log4j2, slf4j, jul and jcl
  • proper logging integration with Spring/Spring-Boot, if present, and EnableAutoConfiguration is used.
  • color logs
  • logging collector for log4j2 for testing purposes

Contributing

Contributions are welcome!

To contribute, follow the standard git flow of:

  1. Fork it
  2. Create your feature branch (git checkout -b feature/my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin feature/my-new-feature)
  5. Create new Pull Request

Even if you can't contribute code, if you have an idea for an improvement please open an issue.

Requirements

  • Java 8

Releases

  • 1.0.0 - codename: FrostyHeart
    • First publicly available release
pl.wavesoftware.testing

Wave Software

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

Версия
1.0.0