- addIgnoreTag
void addIgnoreTag(string tag)
Adds the given tag to ignoreTags if it doesn't already exist
- addIgnoreTags
void addIgnoreTags(string[] tags)
Adds each of the given tags to ignoreTags if it doesn't already exist
- addOnlyTag
void addOnlyTag(string tag)
Adds the given tag to onlyTags if it doesn't already exist
- addOnlyTags
void addOnlyTags(string[] tags)
Adds each of the given tags to onlyTags if it doesn't already exist
- incFeatures
void incFeatures()
Undocumented in source. Be warned that the author may not have intended to support it.
- incPassed
void incPassed()
Undocumented in source. Be warned that the author may not have intended to support it.
- info
void info(string fmt, A args)
Undocumented in source. Be warned that the author may not have intended to support it.
- log
void log(T output)
Undocumented in source. Be warned that the author may not have intended to support it.
- logf
void logf(T fmt, A args)
Undocumented in source. Be warned that the author may not have intended to support it.
- logfln
void logfln(T fmt, A args)
Undocumented in source. Be warned that the author may not have intended to support it.
- logln
void logln(T output)
Undocumented in source. Be warned that the author may not have intended to support it.
- removeIgnoreTag
void removeIgnoreTag(string tag)
Removes the given tag to ignoreTags if it exists
- removeIgnoreTags
void removeIgnoreTags(string[] tags)
Removes each of the given tags from ignoreTags if they exist
- reset
void reset()
Undocumented in source. Be warned that the author may not have intended to support it.
- runFeature
void runFeature(FeatureTest feature)
Undocumented in source. Be warned that the author may not have intended to support it.
- shouldInclude
bool shouldInclude(string[] tags)
Returns true if a feature with the given tags should be included
- toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.