tagion.behaviour.BehaviourResult

The standard result types from a BDD

Members

Functions

result
Result result(T hibon_record)

ditto but takes a HiBONRecord instead of a Document

result
Result result(Document doc)

Static variables

result_ok
Document result_ok;

This

Structs

BehaviourError
struct BehaviourError

* Contains the Exception information

Result
struct Result

Stores the result from a BDD Action, Scenario or Feature

ResultOk (from tagion.communication.HiRPC)
struct ResultOk via public import tagion.communication.HiRPC : ResultOk;

A good HiRPC result with no additional data.