feature_test.core

Undocumented in source.

Members

Aliases

FTImplementation
alias FTImplementation = void delegate(FeatureTest)
Undocumented in source.

Classes

FeatureTest
class FeatureTest
Undocumented in source.

Functions

feature
void feature(string name, string description, void delegate(T) implementation, string[] tags)
Undocumented in source. Be warned that the author may not have intended to support it.
feature
void feature(string name, void delegate(T) implementation, string[] tags)
Undocumented in source. Be warned that the author may not have intended to support it.
feature
void feature(string name, string description, void delegate(FeatureTest) implementation, string[] tags)
Undocumented in source. Be warned that the author may not have intended to support it.
feature
void feature(string name, void delegate(FeatureTest) implementation, string[] tags)
Undocumented in source. Be warned that the author may not have intended to support it.
featureTestPending
void featureTestPending(string file, typeof(__LINE__) line)

Marks a scenario as pending

Structs

FeatureTestScenario
struct FeatureTestScenario
Undocumented in source.

Meta