Class DynamicTestLoader
java.lang.Object
com.illumon.iris.validation.dynamic.DynamicTestLoader
public class DynamicTestLoader extends Object
Utilities for loading DynamicValidator test cases.
-
Method Summary
Modifier and Type Method Description static List<DynamicTest>
getDynamicTests(SchemaService schemaService, String namespace, String tableName)
Gets the dynamic test cases for a table.
-
Method Details
-
getDynamicTests
public static List<DynamicTest> getDynamicTests(SchemaService schemaService, String namespace, String tableName)Gets the dynamic test cases for a table.- Parameters:
namespace
- namespacetableName
- table name- Returns:
- dynamic test cases
-