org.apache.jackrabbit.oak.performance
Class LoginLogoutTest
java.lang.Object
org.apache.jackrabbit.oak.performance.AbstractTest
org.apache.jackrabbit.oak.performance.LoginLogoutTest
public class LoginLogoutTest
- extends AbstractTest
|
Method Summary |
void |
runTest()
|
void |
setUp(javax.jcr.Repository repository,
javax.jcr.Credentials credentials)
Prepares this performance benchmark. |
| Methods inherited from class org.apache.jackrabbit.oak.performance.AbstractTest |
addBackgroundJob, afterSuite, afterTest, beforeSuite, beforeTest, execute, failOnRepositoryVersions, getCredentials, getRepository, getScale, loginReader, loginWriter, tearDown, toString |
LoginLogoutTest
public LoginLogoutTest()
setUp
public void setUp(javax.jcr.Repository repository,
javax.jcr.Credentials credentials)
throws Exception
- Description copied from class:
AbstractTest
- Prepares this performance benchmark.
- Overrides:
setUp in class AbstractTest
- Parameters:
repository - the repository to usecredentials - credentials of a user with write access
- Throws:
Exception - if the benchmark can not be prepared
runTest
public void runTest()
throws javax.jcr.RepositoryException
- Specified by:
runTest in class AbstractTest
- Throws:
javax.jcr.RepositoryException
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.