/programmierpraktikum-abschlussprojekt-team-1

programmierpraktikum-abschlussprojekt-team-1 created by GitHub Classroom

Primary LanguageJavaApache License 2.0Apache-2.0

TDD-Trainer of group ( ͡° ͜ʖ ͡°)

Travis status image

This the final project for pracital programming course at HHU university, 2016.

An Application that teaches computer science students to use "test-driven development" in java development. The user has the ability to write a failing JUnit test for his application, get them executed, and write code until all tests are passing. When build is passing, the user should improve his code for simplicity and correctness. At any time, a visualisation shows the user in which stage he currently is.

For more information on test-driven development, see the Wikipedia article or this blog post (German).

##Travis This project is automatically built using the travis-CI. You can check the build status using the status image above or on this project's travis page.

Gradle

For information on how to build with gradle, see gradle-HOWTO.md

JavaDoc

https://propra16.github.io/programmierpraktikum-abschlussprojekt-team-1/

License

Each file in this repository, if not otherwise specified, is part of TDD-Trainer.

TDD-Trainer is free software: You can redistribute it and/or modify it unter the terms of the Apache License, as released by the Apache Software foundation, version 2.0.

TDD-Trainer is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY.

You should have received a copy of the Apache 2.0-license along with this TDD-Trainer. If not, see https://www.apache.org/licenses/LICENSE-2.0.txt.

Copyright Daniela Prigge, Lukas Rose, Rebecca Wagner, 2016

For further licensing information see License.txt in this repository.