csheets.ext.assertion
Class AssertionExtension
java.lang.Object
csheets.ext.Extension
csheets.ext.assertion.AssertionExtension
- All Implemented Interfaces:
- Comparable<Extension>
public class AssertionExtension
- extends Extension
The extension for assertions.
- Author:
- Einar Pehrson
|
Field Summary |
static String |
NAME
The name of the extension |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NAME
public static final String NAME
- The name of the extension
- See Also:
- Constant Field Values
AssertionExtension
public AssertionExtension()
- Creates a new assertion extension.
extend
public AssertableCell extend(Cell cell)
- Makes the given cell assertable.
- Overrides:
extend in class Extension
- Parameters:
cell - the cell to extend
- Returns:
- an assertable cell
getUIExtension
public UIExtension getUIExtension(UIController uiController)
- Returns a user interface extension for assertions.
- Overrides:
getUIExtension in class Extension
- Parameters:
uiController - the user interface controller
- Returns:
- a user interface extension for assertions