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 1 year ago
JSON representation
Java testing workshop project for exchanging code and team code reviews
- Host: GitHub
- URL: https://github.com/mockito/testing-workshop
- Owner: mockito
- Created: 2017-11-04T14:35:26.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-10-23T20:38:44.000Z (over 5 years ago)
- Last Synced: 2025-05-07T19:09:33.736Z (about 1 year ago)
- Topics: java, testing, workshop
- Homepage: https://qconsf.com/sf2017/workshop/test-first-immersion-workshop-java
- Size: 12.4 MB
- Stars: 3
- Watchers: 1
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)