Uses of Enum
org.qubership.atp.mia.model.impl.testdata.parsed.ValidatedParameters.State
Packages that use ValidatedParameters.State
Package
Description
-
Uses of ValidatedParameters.State in org.qubership.atp.mia.model.impl.testdata
Methods in org.qubership.atp.mia.model.impl.testdata with parameters of type ValidatedParameters.StateModifier and TypeMethodDescriptionorg.apache.poi.ss.usermodel.CellStyleTestDataWorkbookStyles.getCellStyle(ValidatedParameters.State isPassed) Gets style for Cell. -
Uses of ValidatedParameters.State in org.qubership.atp.mia.model.impl.testdata.parsed
Methods in org.qubership.atp.mia.model.impl.testdata.parsed that return ValidatedParameters.StateModifier and TypeMethodDescriptionstatic ValidatedParameters.StateReturns the enum constant of this type with the specified name.static ValidatedParameters.State[]ValidatedParameters.State.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.qubership.atp.mia.model.impl.testdata.parsed with parameters of type ValidatedParameters.StateModifier and TypeMethodDescriptionvoidDescription.updateValidatedParam(String key, String value, ValidatedParameters.State state, String expectedValue) Add validated parameter.