Write amazing tests every day and you will see that your production code is super clean. Great tests -> great code.
Test First Immersion workshop at QCon San Francisco on 11/16/17.
This is an empty project used by the participants during Java Testing workshop instructed by Szczepan Faber (@mockitoguy). We use it to exchange code and to perform team code reviews.
Before attending the workshop fork this repo and clone it to your local. Then, open the project in IntelliJ IDEA (recommended IDE). From IDEA, use "File->Open" pointing to the "build.gradle" file.
You can also open this project with Eclipse.
- JDK8 installed
- IntelliJ IDEA installed (Community version ok, download link)
- Eclipse is ok but IDEA is highly recommended
- attend "Test First Immersion" workshop at QCon San Francisco on Thursday 11/16/17.
- stay tuned for next QCon announcement
- reach out to Szczepan Faber on LinkedIn
This project contains checked-in dependencies so that the project builds even if there is no internet connectivity.