Package org.topbraid.shacl.testcases
Class TestCaseTypes
- java.lang.Object
-
- org.topbraid.shacl.testcases.TestCaseTypes
-
public class TestCaseTypes extends Object
Registry of TestCaseTypes, serving as a plugin mechanism.- Author:
- Holger Knublauch
-
-
Constructor Summary
Constructors Constructor Description TestCaseTypes()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidadd(TestCaseType type)static Iterable<TestCaseType>getTypes()
-
-
-
Method Detail
-
add
public static void add(TestCaseType type)
-
getTypes
public static Iterable<TestCaseType> getTypes()
-
-