Package-level declarations

Deprecated. Use org.tudalgo.algoutils.tutor.general.reflections instead.

Types

Link copied to clipboard
@Deprecated(since = "0.7.0", forRemoval = true)
public class AttributeMatcher extends IdentifierMatcher
An attribute Matcher based on IdentifierMatcher.
Link copied to clipboard
@Deprecated(since = "0.7.0", forRemoval = true)
public class ClassTester<T>
A class tester which tests properties of a class.
Link copied to clipboard
@Deprecated(since = "0.7.0", forRemoval = true)
public class IdentifierMatcher
An identifier Matcher.
Link copied to clipboard
@Deprecated(since = "0.7.0", forRemoval = true)
public class MethodTester
A method tester which tests properties of a class.
Link copied to clipboard
@Deprecated(since = "0.7.0", forRemoval = true)
public class ParameterMatcher extends IdentifierMatcher
A parameter matcher based on IdentifierMatcher.
Link copied to clipboard
@Deprecated(since = "0.7.0", forRemoval = true)
public final class TestUtils
A utility class used for JUnit tests which provides reflective access to some properties and assertions.