Package-level declarations

Das Package org.tudalgo.algoutils.tutor.general.json enthält Werkzeuge zum Einlesen von JSON-Dateien.

Types

Link copied to clipboard
public class JsonArgumentSetProvider implements ArgumentsProvider, AnnotationConsumer<A>
This class is used to provide arguments to a test method annotated with JsonParameterSetTest.
Link copied to clipboard
public class JsonConverters
A class that contains methods to convert JsonNodes to java objects.
Link copied to clipboard
public class JsonParameterSet
A set of test parameters that are stored in a json file.
Link copied to clipboard
A parameterized test that uses a JSON file as input and apply custom converters to the JSON nodes.