[Virtual Resources]

Parent module of reusable Testify VirtualResourceProvider implementations

License

License

GroupId

GroupId

org.testifyproject.virtual-resources
ArtifactId

ArtifactId

parent
Last Version

Last Version

1.0.2
Release Date

Release Date

Type

Type

pom
Description

Description

[Virtual Resources]
Parent module of reusable Testify VirtualResourceProvider implementations
Project URL

Project URL

https://github.com/testify-project/virtual-resources
Project Organization

Project Organization

Testify Project

Download parent

Filename Size
parent-1.0.2.pom 33 KB
Browse

How to add to project

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

Dependencies

test (3)

Group / Artifact Type Version
org.testifyproject.junit4 : unit-test jar 1.0.2
org.assertj : assertj-core jar 3.8.0
org.testifyproject.tools : test-logger jar 1.0.2

Project Modules

  • docker
  • virtual-resources-bom

Resources

Build Status Join the chat on Gitter CodecovIO Maven Central License

Overview

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

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 [email protected]:testify-project/virtual-resources.git

or

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

Install all Testify jars into your local Maven cache

./mvnw install -Dmaven.test.skip

Compile and test and build all jars

./mvnw clean install

Staying in Touch

License

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

Enjoy and keep on Testifying!

org.testifyproject.virtual-resources

Testify Project

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

Versions

Version
1.0.2
1.0.1
1.0.0
0.9.5
0.9.4
0.9.3
0.9.2
0.9.1
0.9.0