Skip to content

njuliyu/testing-workshop

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Java testing workshop project for exchanging code and team code reviews

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published