java.lang.Object
de.sormuras.bach.tool.TestModule
- All Implemented Interfaces:
Call<TestModule>
public final class TestModule extends Object implements Call<TestModule>
A test module, named
test("${MODULE}"), call configuration.-
Nested Class Summary
-
Constructor Summary
Constructors Constructor Description TestModule(String module, List<Path> modulePaths) -
Method Summary
Modifier and Type Method Description List<Call.Argument>arguments()Optional<ToolProvider>findProvider()Stringname()StringtoDescriptiveLine()TestModulewith(List<Call.Argument> arguments)
-
Constructor Details
-
Method Details
-
name
- Specified by:
namein interfaceCall<TestModule>
-
arguments
- Specified by:
argumentsin interfaceCall<TestModule>
-
findProvider
- Specified by:
findProviderin interfaceCall<TestModule>
-
toDescriptiveLine
- Specified by:
toDescriptiveLinein interfaceCall<TestModule>
-
with
- Specified by:
within interfaceCall<TestModule>
-