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.
- Host: GitHub
- URL: https://github.com/n-c0de-r/cs1.07_storageunit
- Owner: n-c0de-r
- Created: 2021-09-01T17:33:18.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-02-21T21:02:29.000Z (over 2 years ago)
- Last Synced: 2025-07-26T06:04:06.498Z (3 months ago)
- Topics: 1st-semester, 7th-exercise, computer-science, java, junit
- Language: Java
- Homepage:
- Size: 1.63 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.
