public interface GizmoStacker<T extends GizmoStack<?,?>> extends Closeable
GizmoStacks.| Modifier and Type | Method and Description |
|---|---|
void |
init()
Performs any initialization required, such as setting up the required client
sessions, etc...
|
void |
stack(T stack)
Instantiates the stack.
|
void |
tearDown() |
void init() throws Exception
Closeable.close() will still be called.Exceptionvoid stack(T stack) throws Exception
stack - Exceptionvoid tearDown()
Copyright © 2017. All rights reserved.