public class FrameworkSuite
extends org.junit.runners.Suite
Constructor and Description |
---|
FrameworkSuite(Class<?> clazz,
org.junit.runners.model.RunnerBuilder builder)
Creates a new instance of FrameworkSuite.
|
Modifier and Type | Method and Description |
---|---|
DirectoryService |
getDirectoryService() |
LdapServer |
getLdapServer() |
CreateLdapServer |
getLdapServerBuilder() |
void |
run(org.junit.runner.notification.RunNotifier notifier) |
protected void |
runChild(org.junit.runner.Runner runner,
org.junit.runner.notification.RunNotifier notifier) |
void |
setDirectoryService(DirectoryService directoryService) |
public FrameworkSuite(Class<?> clazz, org.junit.runners.model.RunnerBuilder builder) throws org.junit.runners.model.InitializationError
org.junit.runners.model.InitializationError
public void run(org.junit.runner.notification.RunNotifier notifier)
run
in class org.junit.runners.ParentRunner<org.junit.runner.Runner>
protected void runChild(org.junit.runner.Runner runner, org.junit.runner.notification.RunNotifier notifier)
runChild
in class org.junit.runners.Suite
public DirectoryService getDirectoryService()
public void setDirectoryService(DirectoryService directoryService)
directoryService
- the directoryService to setpublic CreateLdapServer getLdapServerBuilder()
public LdapServer getLdapServer()
Copyright © 2003–2014 The Apache Software Foundation. All rights reserved.