Result

Stores the result from a BDD Action, Scenario or Feature

@safe
@recordType("BDDResult")
@disableSerialize
struct Result {}

Members

Variables

outcome
Document outcome;

BDD test return document

Mixed In Members

From mixin HiBONRecord!()

recordName
string recordName()

Get the record type name set by @recordType("name")