Skip to content

testify-project/local-resources

Repository files navigation

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 [email protected]: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!