This is the documentation for classes and tests for the 2021 AuD assignment H07. Classes that end with Test contain tests for the respective class without the suffix. Utility classes such as Installer and those in h07.util help ease the use of the aforementioned tests (among other things), e.g. by providing an installer or letting the user inject arguments.
For specifics please take a look at the documentation for that file or contact me at daniel.mangold@stud.tu-darmstadt.de.
Packages 
Package Description
h07  
h07.algebra
Contains tests for classes in h07.algebra.
h07.algorithm
Contains tests for classes in h07.algorithm.
h07.experiment
Contains tests for classes in h07.experiment.
h07.graph
Contains tests for classes in h07.graph.
h07.util
Contains utility classes for the tests.
h07.util.provider
Contains classes that provide arguments to parameterized test methods.
h07.util.proxy
Contains classes that act as proxies for interfaces.