Skip to content

Unofficial tests for programming assignment letters from the Karlsruhe Institute of Technology

Notifications You must be signed in to change notification settings

DoktorBotti/prog-assignment-tests

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

prog-assignment-tests

These are tests you can use to verify your assignment letter implementations. Please note that these tests are unofficial. I do not guarantee that your solution is bug-free, complete and/or will give full points when surpassing 100% of the tests.

Do not upload any of the files to the Praktomat!

Authors:

Assignment 01

No tests for assignment 01

Assignment 02

Please see DeerMichel/kit-assignment-tests/2-Calendar

Assignment 03

Please see DeerMichel/kit-assignment-tests/3-Tessellation

(Note: Task A1 requires you to add a package declaration to your classes. In case you don't use the edu.kit.informatik.tessellation package, make sure to adjust the first line of the TessellationTest.java file)

Assignment 04

Please see DeerMichel/kit-assignment-tests/4-Sorted List-Calendar Vol 2

(Note: Tests are based on JUnit)

Assignment 05

  1. Download and replace the original Terminal.java with assignment05/Terminal.java
  2. Execute your main class
  3. Take a glimpse at your console/terminal

Configuration options:

  • Enable colors for ANSI-color compatible Terminals: Open Terminal.java and set CONF_DISABLE_COLORS to false.
  • Hide statistics at the end (total tests, pass rate, ..): Open Terminal.java and set CONF_HIDE_STATS to true.

All tests are copied and therefore equal to DeerMichel/kit-assignment-tests/5-Campus Management.

Final 01

  1. Download and replace the original Terminal.java with final01/Terminal.java
  2. Execute your main class
  3. Take a glimpse at your console/terminal

Configuration options:

  • Enable colors for ANSI-color compatible Terminals: Open Terminal.java and set CONF_DISABLE_COLORS to false.
  • Hide statistics at the end (total tests, pass rate, ..): Open Terminal.java and set CONF_HIDE_STATS to true.

Final 02

Final 2 not released yet

License

DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
            Version 2, December 2004

Copyright (C) 2017 Luke 'luk3b' Bro

Everyone is permitted to copy and distribute verbatim or modified
copies of this license document, and changing it is allowed as long
as the name is changed.

    DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION

0. You just DO WHAT THE FUCK YOU WANT TO.

About

Unofficial tests for programming assignment letters from the Karlsruhe Institute of Technology

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages