An open API service indexing awesome lists of open source software.

https://github.com/mockito/testing-workshop

Java testing workshop project for exchanging code and team code reviews
https://github.com/mockito/testing-workshop

java testing workshop

Last synced: about 2 months ago
JSON representation

Java testing workshop project for exchanging code and team code reviews

Awesome Lists containing this project

README

        

# Testing workshop

Write amazing tests every day and you will see that your production code is super clean.
Great tests -> great code.

## Prerequisites

- JDK8 installed
- IntelliJ IDEA installed (Community version ok, [download link](https://www.jetbrains.com/idea/download/index.html))
- Eclipse is ok but IDEA is highly recommended

## 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.

# Old content

We ran this project at QCon San Franciso in 2017

- details of the workshop at QCon: [Test First Immersion](https://qconsf.com/sf2017/workshop/test-first-immersion-workshop-java)
- slides at [SlideShare](https://www.slideshare.net/SzczepanFaber/qcon17-workshop-test-first-immersion)
- attendees [LinkedIn Group](https://www.linkedin.com/groups/13564002)