Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 1.44 KB

README.md

File metadata and controls

35 lines (22 loc) · 1.44 KB

Testing workshop

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.

What is this project?

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.

How to use this project?

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.

Prerequisites

  • JDK8 installed
  • IntelliJ IDEA installed (Community version ok, download link)
    • Eclipse is ok but IDEA is highly recommended

Want to learn how to write great tests?

Why jars are checked in?

This project contains checked-in dependencies so that the project builds even if there is no internet connectivity.