|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcsheets.ext.Extension
csheets.ext.test.TestExtension
public class TestExtension
The extension for tests.
| Field Summary | |
|---|---|
static String |
NAME
The name of the extension |
| Constructor Summary | |
|---|---|
TestExtension()
Creates a new test extension. |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class csheets.ext.Extension |
|---|
compareTo, getName, getPropertyKey |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String NAME
| Constructor Detail |
|---|
public TestExtension()
| Method Detail |
|---|
public TestableSpreadsheet extend(Spreadsheet spreadsheet)
extend in class Extensionspreadsheet - the spreadsheet to extend
public TestableCell extend(Cell cell)
extend in class Extensioncell - the cell to extend
public UIExtension getUIExtension(UIController uiController)
getUIExtension in class ExtensionuiController - the user interface controller
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||