public abstract class DataWeaveTests extends Object
all() or some(String[])
to execute DataWeave tests. Your method must be annotated with TestFactory
Example:
@TestFactory
Collection<DynamicNode> dataWeaveTests() throws Exception {
return all();
}
| Constructor and Description |
|---|
DataWeaveTests() |
| Modifier and Type | Method and Description |
|---|---|
protected Collection<org.junit.jupiter.api.DynamicNode> |
all() |
protected Collection<org.junit.jupiter.api.DynamicNode> |
some(String... names) |
protected Collection<org.junit.jupiter.api.DynamicNode> some(String... names) throws IOException
names - Directory or file names with tests.IOException - From DataWeaveprotected Collection<org.junit.jupiter.api.DynamicNode> all() throws IOException
src/testIOException - From DataWeaveCopyright © 2024. All rights reserved.