Uses of Class
net.azae.xray.XrayStatus
-
-
Uses of XrayStatus in net.azae.xray
Methods in net.azae.xray that return XrayStatus Modifier and Type Method Description static XrayStatusXrayStatus. fromJunitExecution(org.junit.platform.engine.TestExecutionResult.Status status)XrayStatusXrayTest. getStatus()static XrayStatusXrayStatus. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static XrayStatus[]XrayStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.azae.xray with parameters of type XrayStatus Modifier and Type Method Description voidXrayTest. setStatus(XrayStatus status)
-