YAMLRecording

Recording that reads recorded input from YAML.

package final
class YAMLRecording : Recording!Input(
Input
) {}

Constructors

this
this(YAMLNode data)

Construct a YAMLRecording from a YAML node (produced by toYAML(Recording)).

Members

Functions

empty
bool empty()
Undocumented in source. Be warned that the author may not have intended to support it.
popFront
void popFront()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta