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(Collection<String> testNames, Renderer renderer, TestSelector selector)Execute tests and report results using supplied Renderer - does NOT call setup or cleanup on renderer.RendererRendererSelector. getRenderer(TestSelector selector)Select a Renderer for supplied TestSelector.Collection<String>TestsManager. getTestNames(TestSelector selector)Return the names of available tests
-