Uses of Interface
io.github.ai4ci.config.TestParameters
Packages that use TestParameters
-
Uses of TestParameters in io.github.ai4ci.abm
Methods in io.github.ai4ci.abm that return TestParametersMethods in io.github.ai4ci.abm that return types with arguments of type TestParametersMethods in io.github.ai4ci.abm with parameters of type TestParametersModifier and TypeMethodDescriptionImmutableTestResult.Builder.setTestParams
(TestParameters testParams) Initializes the value for thetestParams
attribute.final ImmutableTestResult
ImmutableTestResult.withTestParams
(TestParameters value) Copy the current immutable object by setting a value for thetestParams
attribute. -
Uses of TestParameters in io.github.ai4ci.config
Classes in io.github.ai4ci.config that implement TestParametersMethods in io.github.ai4ci.config that return types with arguments of type TestParametersModifier and TypeMethodDescriptionExecutionConfiguration.getAvailableTests()
ImmutableExecutionConfiguration.getAvailableTests()
PartialExecutionConfiguration.getAvailableTests()
Methods in io.github.ai4ci.config with parameters of type TestParametersModifier and TypeMethodDescriptionstatic ImmutableTestParameters
ImmutableTestParameters.copyOf
(TestParameters instance) Creates an immutable copy of aTestParameters
value.ImmutableTestParameters.Builder.from
(TestParameters instance) Fill a builder with attribute values from the providedTestParameters
instance.Method parameters in io.github.ai4ci.config with type arguments of type TestParametersModifier and TypeMethodDescriptionImmutableExecutionConfiguration.Builder.setAvailableTests
(ShallowList<TestParameters> availableTests) Initializes the value for theavailableTests
attribute.PartialExecutionConfiguration.Builder.setAvailableTests
(ShallowList<TestParameters> availableTests) Initializes the value for theavailableTests
attribute.ImmutableExecutionConfiguration.withAvailableTests
(ShallowList<TestParameters> value) Copy the current immutable object by setting a value for theavailableTests
attribute.PartialExecutionConfiguration.withAvailableTests
(ShallowList<TestParameters> value) Copy the current immutable object by setting a value for theavailableTests
attribute.