Class LaunchpadCustomizer
- java.lang.Object
-
- org.apache.sling.junit.teleporter.customizers.LaunchpadCustomizer
-
- All Implemented Interfaces:
org.apache.sling.junit.rules.TeleporterRule.Customizer
public class LaunchpadCustomizer extends Object implements org.apache.sling.junit.rules.TeleporterRule.Customizer
TeleporterRule Customizer used for Sling launchpad integration tests. Waits for Sling to be ready and sets the appropriate parameters on the ClientSideTeleporter.
-
-
Constructor Summary
Constructors Constructor Description LaunchpadCustomizer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
customize(org.apache.sling.junit.rules.TeleporterRule t, String options)
-
-
-
Method Detail
-
customize
public void customize(org.apache.sling.junit.rules.TeleporterRule t, String options)
- Specified by:
customize
in interfaceorg.apache.sling.junit.rules.TeleporterRule.Customizer
-
-