Uses of Interface
org.apache.sling.junit.TestSelector
Packages that use TestSelector
-
Uses of TestSelector in org.apache.sling.junit
Classes in org.apache.sling.junit that implement TestSelectorModifier and TypeClassDescriptionclass
Parse 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 TestSelectorModifier and TypeMethodDescriptionboolean
Renderer.appliesTo
(TestSelector selector) True if this renderer applies to supplied requestvoid
TestsManager.executeTests
(@Nullable Collection<String> testNames, @NotNull Renderer renderer, @Nullable TestSelector selector) Deprecated.void
TestsManager.executeTests
(@NotNull Renderer renderer, @Nullable TestSelector selector) Execute tests and report results using supplied Renderer - does NOT call setup or cleanup on renderer.RendererSelector.getRenderer
(TestSelector selector) Select a Renderer for supplied TestSelector.TestsManager.getTestNames
(@Nullable TestSelector selector) Return the names of available tests
TestsManager.executeTests(Renderer, TestSelector)
instead