Uses of Class
io.quarkus.deployment.dev.testing.TestClassResult
Packages that use TestClassResult
-
Uses of TestClassResult in io.quarkus.deployment.dev.testing
Methods in io.quarkus.deployment.dev.testing that return types with arguments of type TestClassResultModifier and TypeMethodDescriptionTestRunResults.getCurrentFailing()TestRunResults.getCurrentPassing()TestRunResults.getFailing()TestState.getFailingClasses()TestRunResults.getHistoricFailing()TestRunResults.getHistoricPassing()TestRunResults.getPassing()TestState.getPassingClasses()TestRunResults.getResults()TestRunResults.getSkipped()Constructor parameters in io.quarkus.deployment.dev.testing with type arguments of type TestClassResultModifierConstructorDescriptionTestRunResults(long id, ClassScanResult trigger, boolean full, long started, long completed, Map<String, TestClassResult> results)