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

https://github.com/n-c0de-r/cs1.07_storageunit

JUnit project, 1st semester, 7th exercise, computer science.
https://github.com/n-c0de-r/cs1.07_storageunit

1st-semester 7th-exercise computer-science java junit

Last synced: 22 days ago
JSON representation

JUnit project, 1st semester, 7th exercise, computer science.

Awesome Lists containing this project

README

          

This project allows early prototyping of a new storage unit management project.
It demonstrates how JUnit-style unit test can be used for test support.
Furthermore, it is a first stept to train Test Driven Design.

Based on the original by David J. Barnes and Michael Kölling

@author n-c0de-r

@version 23.02.21

Many test fail, showing that there are still some things to fix.
![GIF Of the JUnit testing](./JUinitTesting_show.gif)