Uses of Enum Class
de.qytera.qtaf.core.log.model.collection.TestScenarioLogCollection.Status
Packages that use TestScenarioLogCollection.Status
-
Uses of TestScenarioLogCollection.Status in de.qytera.qtaf.core.log.model.collection
Methods in de.qytera.qtaf.core.log.model.collection that return TestScenarioLogCollection.StatusModifier and TypeMethodDescriptionTestScenarioLogCollection.getStatus()Get status.Returns the enum constant of this class with the specified name.static TestScenarioLogCollection.Status[]TestScenarioLogCollection.Status.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in de.qytera.qtaf.core.log.model.collection with parameters of type TestScenarioLogCollection.StatusModifier and TypeMethodDescriptionTestScenarioLogCollection.setStatus(TestScenarioLogCollection.Status status) Sets the test status.