Uses of Class
io.quarkus.deployment.dev.testing.TestResult
-
Packages that use TestResult Package Description io.quarkus.deployment.dev.testing -
-
Uses of TestResult in io.quarkus.deployment.dev.testing
Fields in io.quarkus.deployment.dev.testing with type parameters of type TestResult Modifier and Type Field Description (package private) List<TestResult>TestClassResult. failing(package private) List<TestResult>TestClassResult. passing(package private) Map<String,Map<org.junit.platform.engine.UniqueId,TestResult>>TestState. resultsByClass(package private) List<TestResult>TestClassResult. skippedMethods in io.quarkus.deployment.dev.testing that return types with arguments of type TestResult Modifier and Type Method Description Map<String,Map<org.junit.platform.engine.UniqueId,TestResult>>TestState. getCurrentResults()List<TestResult>TestClassResult. getFailing()List<TestResult>TestState. getHistoricFailures(Map<String,Map<org.junit.platform.engine.UniqueId,TestResult>> currentResults)List<TestResult>TestClassResult. getPassing()List<TestResult>TestClassResult. getResults()List<TestResult>TestClassResult. getSkipped()Methods in io.quarkus.deployment.dev.testing with parameters of type TestResult Modifier and Type Method Description default voidTestRunListener. testComplete(TestResult result)Method parameters in io.quarkus.deployment.dev.testing with type arguments of type TestResult Modifier and Type Method Description List<TestResult>TestState. getHistoricFailures(Map<String,Map<org.junit.platform.engine.UniqueId,TestResult>> currentResults)voidTestState. updateResults(Map<String,Map<org.junit.platform.engine.UniqueId,TestResult>> latest)Constructor parameters in io.quarkus.deployment.dev.testing with type arguments of type TestResult Constructor Description TestClassResult(String className, List<TestResult> passing, List<TestResult> failing, List<TestResult> skipped)
-