Uses of Class
io.quarkus.deployment.dev.testing.TestRunResults
Packages that use TestRunResults
-
Uses of TestRunResults in io.quarkus.deployment.dev.testing
Fields in io.quarkus.deployment.dev.testing declared as TestRunResultsMethods in io.quarkus.deployment.dev.testing that return TestRunResultsModifier and TypeMethodDescriptionTestSupport.getResults()TestSupport.getTestRunResults()TestSupport.runAffectedTestsSynchronously()Run tests affected by recent code changes synchronously and return the results.TestSupport.runAllTestsSynchronously()Run all tests synchronously on the calling thread and return the results.TestSupport.runSpecificTestSynchronously(String testSelection) Run a specific test synchronously and return the results.Methods in io.quarkus.deployment.dev.testing with parameters of type TestRunResultsModifier and TypeMethodDescriptiondefault voidTestRunListener.runComplete(TestRunResults results)