Class ServicesPresentTest
- java.lang.Object
-
- org.apache.sling.launchpad.webapp.integrationtest.teleporter.ServicesPresentTest
-
public class ServicesPresentTest extends Object
This teleported test checks the presence of multiple services in the Sling launchpad.
-
-
Field Summary
Fields Modifier and Type Field Description static String[]
services
org.apache.sling.junit.rules.TeleporterRule
teleporter
-
Constructor Summary
Constructors Constructor Description ServicesPresentTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
testServices()
-
-
-
Field Detail
-
services
public static final String[] services
-
teleporter
public final org.apache.sling.junit.rules.TeleporterRule teleporter
-
-