A collection of tools and configuration files for managing builds.
- 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.
Report issues via the Github Issues. Think you've found a bug? Please consider submitting a reproduction project via the a new Github Issue.
Testify uses a Maven-based build system. To build from source follow the bellow instructions:
- Git 1.9.1 or above
- JDK 8 (be sure to set
JAVA_HOME
) - Maven 3.0.5 or above
git clone git@github.com:testify-project/build-tools.git
or
git clone https://github.com/testify-project/build-tools.git
./mvnw install -Dmaven.test.skip
./mvnw clean install
Hit us up on Gitter.
The Testify is released under Apache Software License, Version 2.0.
Enjoy and keep on Testifying!