public class TestExtension extends Extension
Modifier and Type | Field and Description |
---|---|
static String |
NAME
The name of the extension
|
Constructor and Description |
---|
TestExtension()
Creates a new test extension.
|
Modifier and Type | Method and Description |
---|---|
TestableCell |
extend(Cell cell)
Makes the given cell testable.
|
TestableSpreadsheet |
extend(Spreadsheet spreadsheet)
Makes the given spreadsheet testable.
|
UIExtension |
getUIExtension(UIController uiController)
Returns a user interface extension for testing.
|
compareTo, getName, getPropertyKey
public static final String NAME
public TestExtension()
public TestableSpreadsheet extend(Spreadsheet spreadsheet)
public TestableCell extend(Cell cell)
public UIExtension getUIExtension(UIController uiController)
getUIExtension
in class Extension
uiController
- the user interface controller