public abstract class AbstractSepTestDecorator<T extends com.fluxtion.api.lifecycle.EventHandler & com.fluxtion.api.lifecycle.BatchHandler & com.fluxtion.api.lifecycle.Lifecycle> extends Object implements com.fluxtion.api.lifecycle.EventHandler, com.fluxtion.api.lifecycle.BatchHandler, com.fluxtion.api.lifecycle.Lifecycle
| Constructor and Description |
|---|
AbstractSepTestDecorator(T sep) |
| Modifier and Type | Method and Description |
|---|---|
void |
batchEnd() |
void |
batchPause() |
void |
init() |
void |
onEvent(com.fluxtion.api.event.Event event) |
void |
tearDown() |
protected abstract void |
testNode(AssertTestEvent testEvent) |
protected T extends com.fluxtion.api.lifecycle.EventHandler & com.fluxtion.api.lifecycle.BatchHandler & com.fluxtion.api.lifecycle.Lifecycle sep
public AbstractSepTestDecorator(T sep)
public final void onEvent(com.fluxtion.api.event.Event event)
onEvent in interface com.fluxtion.api.lifecycle.EventHandlerprotected abstract void testNode(AssertTestEvent testEvent)
public void init()
init in interface com.fluxtion.api.lifecycle.Lifecyclepublic void tearDown()
tearDown in interface com.fluxtion.api.lifecycle.Lifecyclepublic void batchPause()
batchPause in interface com.fluxtion.api.lifecycle.BatchHandlerpublic void batchEnd()
batchEnd in interface com.fluxtion.api.lifecycle.BatchHandlerCopyright © 2019. All rights reserved.