Package org.apache.sling.junit
Class SlingTestContext
- java.lang.Object
-
- org.apache.sling.junit.SlingTestContext
-
public class SlingTestContext extends java.lang.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()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Map<java.lang.String,java.lang.Object>
input()
java.util.Map<java.lang.String,java.lang.Object>
output()
-