[Local Resources]

Parent module of reusable Testify LocalResourceProvider implementations

Лицензия

Лицензия

Группа

Группа

org.testifyproject.local-resources
Идентификатор

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

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

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

1.0.2
Дата

Дата

Тип

Тип

pom
Описание

Описание

[Local Resources]
Parent module of reusable Testify LocalResourceProvider implementations
Ссылка на сайт

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

https://testify-project.github.io/local-resources
Организация-разработчик

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

Sharmarke Aden

Скачать parent

Имя Файла Размер
parent-1.0.2.pom 34 KB
Обзор

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

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

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
org.testifyproject.external : external-guava jar 1.0.2

provided (2)

Идентификатор библиотеки Тип Версия
org.testifyproject : api jar 1.0.2
org.testifyproject : core jar 1.0.2

test (5)

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

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

  • hsql
  • zookeeper
  • titan
  • hdfs
  • yarn
  • kafka
  • storm
  • elasticsearch2
  • local-resources-bom

Resources

Build Status Join the chat on Gitter CodecovIO Maven Central License

Overview

A repository that contains reusable collection of test resource provider implementations.

Learning

  • Testify documentation is available [here][docs].
  • Take a look at [Test Driven Development][tdd-presentation] presentation.
  • Examples code can be found [here][examples].
  • Read [Java for Small Team][java-for-small-team] eBook.

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.

Building from Source

Testify uses a Maven-based build system. To build from source follow the bellow instructions:

Prerequisites

Check out sources

$ git clone git@github.com:testify-project/local-resources.git

or

$ git clone https://github.com/testify-project/local-resources.git

Install all Testify jars into your local Maven cache

$ mvn install -Dmaven.test.skip

Compile and test and build all jars

$ mvn clean install

Staying in Touch

License

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

Enjoy and keep on Testifying!

org.testifyproject.local-resources

Testify Project

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

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

Версия
1.0.2
1.0.1
1.0.0