public interface TestOperator
| Modifier and Type | Method and Description |
|---|---|
default void |
afterEach()
Runs after method's execution
|
default void |
beforeEach()
Runs before method's execution
|
static Iterator<TestOperator> |
iterator()
Returns global manager's iterator
|
static boolean |
register(TestOperator operator)
Registers an operator to global manager
|
static TestOperator |
remove(int index)
Removes an operator from global manager
|
default void |
setUp()
Runs before class' execution
|
default void |
tearDown()
Runs after class' execution
|
default void setUp()
default void tearDown()
default void beforeEach()
default void afterEach()
static boolean register(TestOperator operator)
operator - an object represents for operator to be registeredstatic TestOperator remove(int index)
index - an integer represents for index of operatorstatic Iterator<TestOperator> iterator()
Copyright © 2019. All rights reserved.