Uses of Class
io.github.ai4ci.config.ImmutableTestParameters
Packages that use ImmutableTestParameters
-
Uses of ImmutableTestParameters in io.github.ai4ci.abm
Methods in io.github.ai4ci.abm that return ImmutableTestParameters -
Uses of ImmutableTestParameters in io.github.ai4ci.config
Methods in io.github.ai4ci.config that return ImmutableTestParametersModifier and TypeMethodDescriptionImmutableTestParameters.Builder.build()
Builds a newImmutableTestParameters
.static ImmutableTestParameters
ImmutableTestParameters.copyOf
(TestParameters instance) Creates an immutable copy of aTestParameters
value.final ImmutableTestParameters
ImmutableTestParameters.withLimitOfDetection
(Double value) Copy the current immutable object by setting a value for thelimitOfDetection
attribute.final ImmutableTestParameters
ImmutableTestParameters.withMeanTestDelay
(Double value) Copy the current immutable object by setting a value for themeanTestDelay
attribute.final ImmutableTestParameters
ImmutableTestParameters.withSdTestDelay
(Double value) Copy the current immutable object by setting a value for thesdTestDelay
attribute.final ImmutableTestParameters
ImmutableTestParameters.withSensitivity
(Double value) Copy the current immutable object by setting a value for thesensitivity
attribute.final ImmutableTestParameters
ImmutableTestParameters.withSpecificity
(Double value) Copy the current immutable object by setting a value for thespecificity
attribute.final ImmutableTestParameters
ImmutableTestParameters.withTestName
(String value) Copy the current immutable object by setting a value for thetestName
attribute.