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): AssertStatement
Creates an Statement from the given FluentStatement using the given AST.

Inherited Functions

build open fun build(): Statement
Creates a Statement using a new AST.


Generated using Dokka.