Package org.apache.sling.junit
Class SlingTestContext
- java.lang.Object
-
- org.apache.sling.junit.SlingTestContext
-
public class SlingTestContext extends Object
Provide test parameters (the "input map") and allow tests to provide additional metadata (in an "output map") about their results. Meant to be used to implement performance tests that run inside Sling instances - we'll expand the junit.core module to optionally use this.
-
-
Constructor Summary
Constructors Constructor Description SlingTestContext()
-