Class EmbeddedModelTest
- java.lang.Object
-
- org.apache.sling.launchpad.webapp.integrationtest.provisioning.EmbeddedModelTest
-
public class EmbeddedModelTest extends Object
Verify that the provisioning model used to build this instance is available as a Launchpad resource.
-
-
Field Summary
Fields Modifier and Type Field Description static String
MODEL_RESOURCE_PATH
org.apache.sling.junit.rules.TeleporterRule
teleporter
-
Constructor Summary
Constructors Constructor Description EmbeddedModelTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setup()
void
testBootFeature()
void
testLaunchpadFeature()
-
-
-
Field Detail
-
teleporter
public final org.apache.sling.junit.rules.TeleporterRule teleporter
-
MODEL_RESOURCE_PATH
public static final String MODEL_RESOURCE_PATH
- See Also:
- Constant Field Values
-
-
Method Detail
-
setup
public void setup() throws IOException
- Throws:
IOException
-
testLaunchpadFeature
public void testLaunchpadFeature()
-
testBootFeature
public void testBootFeature()
-
-