TestGroup

Test Group criterias.

Constructors

this
this(string name, string desc, string r)
Undocumented in source.

Members

Functions

toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.
toString
void toString(Writer w)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

description
string description;
Undocumented in source.
name
string name;
Undocumented in source.
re
Regex!char re;

The compiled regex.

userInput
string userInput;

What the user configured as regex. Useful when e.g. generating reports for a user.

Meta