Class DynamicTestLoader
java.lang.Object
io.deephaven.enterprise.validation.dynamic.DynamicTestLoader
Utilities for loading DynamicValidator test cases.
-
Method Summary
Modifier and TypeMethodDescriptionstatic List<DynamicTest>getDynamicTests(SchemaService schemaService, String namespace, String tableName) Gets the dynamic test cases for a table.static List<DynamicTest>getDynamicTests(String namespace, String tableName) Gets the dynamic test cases for a table.
-
Method Details
-
getDynamicTests
Gets the dynamic test cases for a table.- Parameters:
namespace- namespacetableName- table name- Returns:
- a List of
DynamicTestinstances to use for the validation
-
getDynamicTests
public static List<DynamicTest> getDynamicTests(SchemaService schemaService, String namespace, String tableName) Gets the dynamic test cases for a table.- Parameters:
schemaService- the schema service to use for<Validation>element lookupnamespace- namespacetableName- table name- Returns:
- a List of
DynamicTestinstances to use for the validation
-