public abstract class AbstractActionUnitTest<T extends CockpitAction<?,?>> extends Object
| Modifier and Type | Field and Description |
|---|---|
protected ComponentWidgetAdapter |
componentWidgetAdapter |
| Constructor and Description |
|---|
AbstractActionUnitTest() |
| Modifier and Type | Method and Description |
|---|---|
abstract T |
getActionInstance() |
protected Class<? extends T> |
getActionType() |
void |
setUpBaseActionUnitTest() |
void |
testDefaultOrNoParameterConstructor() |
void |
testNullSafeAction() |
@Mock protected ComponentWidgetAdapter componentWidgetAdapter
public abstract T getActionInstance()
public void setUpBaseActionUnitTest()
public void testDefaultOrNoParameterConstructor()
public void testNullSafeAction()
Copyright © 2018. All rights reserved.