A very basic TDDT Trainer (Test-Driven Development) forcing code novices to strictly adapt the TDD-Process.
To download this program, clone this repository
git clone https://github.com/ProPra16/programmierpraktikum-abschlussprojekt-nimmdochirgendeinennamen.git
To run it, use the gradle task "run"
gradle run
To setup a IDE project for eclipse or idea, use the associated gradle tasks
gradle eclipse
gradle idea
- Babysteps - Limited time for writing a failing test and code that pass those
- Tracker - Track your code changes and analyse it on various ways.
Copyright (c) 2016. Caro Jachmann, Jule Pohlmann, Kai Brandt, Kai Holzinger
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.