Uses of Class
net.azae.xray.XrayTest
-
-
Uses of XrayTest in net.azae.xray
Methods in net.azae.xray that return XrayTest Modifier and Type Method Description static XrayTestXrayTest. from(java.lang.String uniqueId, java.lang.String testKey)static XrayTestXrayTest. from(java.lang.String uniqueId, java.lang.String testKey, boolean upload)XrayTestXrayTestSuite. getTestFromId(java.lang.String uniqueId)static XrayTestMapper. testFromJson(java.lang.String s)Methods in net.azae.xray that return types with arguments of type XrayTest Modifier and Type Method Description java.util.List<XrayTest>XrayTestSuite. getTests()Methods in net.azae.xray with parameters of type XrayTest Modifier and Type Method Description voidXrayTestSuite. putTest(XrayTest test)static java.lang.StringMapper. toJson(XrayTest test)voidXrayListener. updateXrayTestWithAnnotation(org.junit.platform.engine.reporting.ReportEntry entry, XrayTest test)Method parameters in net.azae.xray with type arguments of type XrayTest Modifier and Type Method Description voidXrayTestSuite. setTests(java.util.List<XrayTest> tests)
-