org.apache.jackrabbit.oak.performance
Class ReadPropertyTest
java.lang.Object
org.apache.jackrabbit.oak.performance.AbstractTest
org.apache.jackrabbit.oak.performance.ReadPropertyTest
public class ReadPropertyTest
- extends AbstractTest
ReadPropertyTest implements a performance test, which reads
three properties: one with a jcr prefix, one with the empty prefix and a
third one, which does not exist.
|
Method Summary |
protected void |
afterSuite()
Run after all iterations of this test have been executed. |
protected void |
beforeSuite()
Run before any iterations of this test get executed. |
protected void |
runTest()
|
| Methods inherited from class org.apache.jackrabbit.oak.performance.AbstractTest |
addBackgroundJob, afterTest, beforeTest, execute, failOnRepositoryVersions, getCredentials, getRepository, getScale, loginReader, loginWriter, setUp, tearDown, toString |
ReadPropertyTest
public ReadPropertyTest()
beforeSuite
protected void beforeSuite()
throws Exception
- Description copied from class:
AbstractTest
- Run before any iterations of this test get executed. Subclasses can
override this method to set up static test content.
- Overrides:
beforeSuite in class AbstractTest
- Throws:
Exception - if an error occurs
runTest
protected void runTest()
throws Exception
- Specified by:
runTest in class AbstractTest
- Throws:
Exception
afterSuite
protected void afterSuite()
throws Exception
- Description copied from class:
AbstractTest
- Run after all iterations of this test have been executed. Subclasses can
override this method to clean up static test content.
- Overrides:
afterSuite in class AbstractTest
- Throws:
Exception - if an error occurs
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.