CCUnit Parent

Testing tools parent project.

Лицензия

Лицензия

Группа

Группа

de.codecentric.ccunit
Идентификатор

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

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

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

1.0.0
Дата

Дата

Тип

Тип

pom
Описание

Описание

CCUnit Parent
Testing tools parent project.
Ссылка на сайт

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

https://github.com/codecentric/ccunit
Организация-разработчик

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

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

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

https://github.com/codecentric/ccunit

Скачать ccunit-parent

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

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

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

Зависимости

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

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

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

Zucchini

Build Status

Zucchini is a BDD-style testing library that integrates well with JUnit and other testing frameworks.

Getting Started

You might want to take a look at the blog post Getting Started with Zucchini.

Installation

Using Maven

Binaries, sources, and javadocs are available from Maven Central.

You can use the BDD-style fluent interfaces alone:

<dependency>
	<groupId>de.codecentric.zucchini</groupId>
	<artifactId>zucchini-bdd</artifactId>
	<version>2.1.0</version>
</dependency>

or with Selenium support:

<dependency>
	<groupId>de.codecentric.zucchini</groupId>
	<artifactId>zucchini-web</artifactId>
	<version>2.1.0</version>
</dependency>

Without Maven

You can easily add this library to your classpath. Make sure you add the following dependencies to your classpath:

  • org.slf4j:slf4j-api
  • org.mockito:mockito-all
  • junit:junit

Examples

See the zucchini-examples project.

Contributing

Pull requests are welcome.

License

Zucchini is released under version 2.0 of the Apache License.

de.codecentric.ccunit

codecentric AG

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

Версия
1.0.0