Package | Description |
---|---|
csheets.core.formula.util |
Provides utilities for performing operations on formulas.
|
csheets.ext.assertion |
Provides support for user-specified and system-generated assertions.
|
csheets.ext.test |
Provides support for test cases and test case parameters.
|
Modifier and Type | Method and Description |
---|---|
Value |
Interpreter.visitLiteral(Literal literal) |
Object |
ExpressionVisitor.visitLiteral(Literal literal)
Visits the given literal.
|
Object |
ExpressionTreePrinter.visitLiteral(Literal literal) |
Expression |
ExpressionBuilder.visitLiteral(Literal literal) |
Object |
AbstractExpressionVisitor.visitLiteral(Literal literal) |
Modifier and Type | Method and Description |
---|---|
Object |
AssertionArithmeticVisitor.visitLiteral(Literal literal) |
Modifier and Type | Class and Description |
---|---|
class |
TestCaseParam
A class holding information about a Test Case Parameter.
|