https://github.com/lapplislazuli/unitshop
Two Workshops on UnitTests
https://github.com/lapplislazuli/unitshop
java junit unit-testing workshop
Last synced: about 1 year ago
JSON representation
Two Workshops on UnitTests
- Host: GitHub
- URL: https://github.com/lapplislazuli/unitshop
- Owner: lapplislazuli
- License: mit
- Created: 2019-06-14T09:09:57.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-06-25T05:31:54.000Z (about 6 years ago)
- Last Synced: 2025-04-02T02:30:34.545Z (about 1 year ago)
- Topics: java, junit, unit-testing, workshop
- Language: Java
- Size: 438 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Unit-Test Workshop

This repository contains exercises and presentations for a test-first and unit-test workshop.
## Structure
The root folder splits in 3 parts:
- *Sources*, which has the presentation and some further info/help and the written test.
- *Game*, which has the exercises for the gamified Approach
- *Micro*, which has the exercises for the Micro-Learning Approach
The solutions are in the regarding folder, in one step further (so the solution of Micro Round 1 can be found in Micro Round 2)
## Contributing
You're contributions are always welcome :heart:
However, please do not *contribute* with your solutions :ox: to run the workshop please make your own copy.
Contributions are particularly welcome for the following parts:
- Installation instructions
- Comments & Documentation for Beginners
- Maybe a Round 4
- More example tests
- Proofreading the tasks for clarity
- Big Task: Visualise the ant-game of round 3
## Requirements
- Java >11
- Eclipse