Uses of Enum
org.qubership.atp.mia.model.pot.Statuses
Packages that use Statuses
Package
Description
-
Uses of Statuses in org.qubership.atp.mia.model.impl.output
Methods in org.qubership.atp.mia.model.impl.output with parameters of type StatusesModifier and TypeMethodDescriptionvoidCommandOutput.addContent(String contentLine, Statuses state) Add to content.booleanCommandOutput.containsMarkedContentWithState(Statuses state) -
Uses of Statuses in org.qubership.atp.mia.model.pot
Methods in org.qubership.atp.mia.model.pot that return StatusesModifier and TypeMethodDescriptionMarker.checkLineForMarker(String line) Check line for markers.static StatusesReturns the enum constant of this type with the specified name.static Statuses[]Statuses.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Statuses in org.qubership.atp.mia.model.pot.db.table
Methods in org.qubership.atp.mia.model.pot.db.table with parameters of type StatusesModifier and TypeMethodDescriptionvoidTableMarkerResult.addColumnStatus(String columnName, Statuses status, String actualValue, String expectedValue) Adds checked column name and status to columnStatuses.voidTableMarkerResult.setTableRowCount(String expectedResult, String actualResult, Statuses status) -
Uses of Statuses in org.qubership.atp.mia.service.execution
Methods in org.qubership.atp.mia.service.execution that return StatusesModifier and TypeMethodDescriptionstatic StatusesTestDataService.setValidationStatus(DbTable table, int scenariosToExecuteSize) Check rows of a DbTable after execution and set Status.