Package | Description |
---|---|
csheets.ext.assertion |
Provides support for user-specified and system-generated assertions.
|
Modifier and Type | Method and Description |
---|---|
Assertion.ComparisonResult |
AssertableCell.assertAssertions()
Checks wether the assertions associated with the cell agree with each other and
that no division by zero can occur using values within this assertion.
|
static Assertion.ComparisonResult |
Assertion.ComparisonResult.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Assertion.ComparisonResult[] |
Assertion.ComparisonResult.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|