org.specsy:specsy-junit5

Specsy is a BDD-style unit-level testing framework for Java/Scala/Groovy. It safely isolates mutable state and supports writing self-documenting tests/specifications.

Лицензия

Лицензия

Категории

Категории

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

Группа

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

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

specsy-junit5
Последняя версия

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

2.3.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

Specsy is a BDD-style unit-level testing framework for Java/Scala/Groovy. It safely isolates mutable state and supports writing self-documenting tests/specifications.

Скачать specsy-junit5

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

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

Зависимости

test (4)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.12
org.hamcrest : hamcrest-library jar 1.3
org.mockito : mockito-core jar 1.10.19
fi.jumi : jumi-core jar 0.5.437

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

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

Specsy

Specsy is a BDD-style unit-level testing framework for Scala. It safely isolates mutable state and supports writing self-documenting tests/specifications.

For more information see http://specsy.org

Developing

Starting a Docker based development environment:

docker-compose pull
docker-compose run --rm dev

Starting a local server for the web site:

docker-compose run --rm --service-ports site

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

Версия
2.3.0
2.2.0