Uses of Interface
org.apache.sling.junit.TestSelector
-
Packages that use TestSelector Package Description org.apache.sling.junit -
-
Uses of TestSelector in org.apache.sling.junit
Classes in org.apache.sling.junit that implement TestSelector Modifier and Type Class Description classRequestParserParse information from a request, to define which tests to run and which renderer to select.Methods in org.apache.sling.junit with parameters of type TestSelector Modifier and Type Method Description booleanRenderer. appliesTo(TestSelector selector)True if this renderer applies to supplied requestvoidTestsManager. executeTests(@NotNull Renderer renderer, @Nullable TestSelector selector)Execute tests and report results using supplied Renderer - does NOT call setup or cleanup on renderer.voidTestsManager. executeTests(@Nullable Collection<String> testNames, @NotNull Renderer renderer, @Nullable TestSelector selector)Deprecated.RendererRendererSelector. getRenderer(TestSelector selector)Select a Renderer for supplied TestSelector.Collection<String>TestsManager. getTestNames(@Nullable TestSelector selector)Return the names of available tests
-