T - Context@ConsumerType
public interface ContextPlugin<T extends OsgiContextImpl>
| Modifier and Type | Method and Description |
|---|---|
void |
afterSetUp(T context)
Is executed after the built-in setup rules are executed.
|
void |
afterTearDown(T context)
Is executed after the built-in teardown rules are executed.
|
void |
beforeSetUp(T context)
Is executed before the built-in setup rules are executed.
|
void |
beforeTearDown(T context)
Is executed before the built-in teardown rules are executed.
|
void beforeSetUp(@NotNull
T context)
throws Exception
context - OSGi contextException - exceptionvoid afterSetUp(@NotNull
T context)
throws Exception
context - OSGi contextException - exceptionvoid beforeTearDown(@NotNull
T context)
throws Exception
context - OSGi contextException - exceptionCopyright © 2007–2018 The Apache Software Foundation. All rights reserved.