SpecificationGroup

Undocumented in source.

Constructors

this
this(string title)
Undocumented in source.

Members

Aliases

Block
alias Block = void delegate()
Undocumented in source.
ItBlock
alias ItBlock = void delegate(SpecificationGroup)
Undocumented in source.

Functions

as
void as(ItBlock[] parts)
Undocumented in source. Be warned that the author may not have intended to support it.
should
auto should(Block[string] parts)
Undocumented in source. Be warned that the author may not have intended to support it.
should
auto should(string text, void test)
Undocumented in source. Be warned that the author may not have intended to support it.
should
auto should(string text, ItBlock test)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

isSuccess
bool isSuccess [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
specifications
Specification[] specifications [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

allSpecs
SpecificationGroup[] allSpecs;
Undocumented in source.

Variables

results
Specification[] results;
Undocumented in source.
title
string title;
Undocumented in source.

Meta