fluentast-core / at.hschroedl.fluentast.ast.statement / FluentAssertStatement
FluentAssertStatement
class FluentAssertStatement : FluentStatement (source)
Used to build an AssertStatement on the given expression with an optional message.
Functions
| build | fun build(ast: AST): AssertStatementCreates an Statement from the given FluentStatement using the given AST. |
Inherited Functions
| build | open fun build(): StatementCreates a Statement using a new AST. |
Generated using Dokka.