Package | Description |
---|---|
csheets.ext.assertion |
Provides support for user-specified and system-generated assertions.
|
csheets.ext.assertion.ui |
Provides UI components for displaying and providing editing of assertions.
|
Modifier and Type | Method and Description |
---|---|
Assertion.Result |
AssertableCell.assertAny()
Asserts the current value of the cell using any (or both) assertion(s) associated with the cell.
|
Assertion.Result |
AssertableCell.assertAny(Value value)
Asserts the specified value using any (or both) assertion(s) associated with the cell.
|
Assertion.Result |
AssertableCell.assertSG()
Asserts the current value of the cell using the system generated assertion associated with the cell.
|
Assertion.Result |
AssertableCell.assertSG(Value value)
Asserts the specified value using the system generated assertion associated with the cell.
|
Assertion.Result |
AssertableCell.assertUS()
Asserts the current value of the cell using the user supplied assertion associated with the cell.
|
Assertion.Result |
AssertableCell.assertUS(Value value)
Asserts the specified value using the user supplied assertion associated with the cell.
|
Assertion.Result |
Assertion.validate(double value)
Checks if the current assertion holds for the given value
|
Assertion.Result |
Assertion.validate(Value value)
Checks if the current assertion holds for the given value.
|
static Assertion.Result |
Assertion.Result.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Assertion.Result[] |
Assertion.Result.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static Color |
AssertionController.getAssertionResultColor(Assertion.Result result)
Assigns a color to the given assertion result.
|