FeatureTest

Undocumented in source.

Members

Functions

addTags
void addTags(string[] tags)
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.
scenario
void scenario(string name, FTCallback implementation)
Undocumented in source. Be warned that the author may not have intended to support it.

Mixins

__anonymous
mixin FTCallbacks
Undocumented in source.

Properties

description
string description [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
name
string name [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
scenarios
FeatureTestScenario[] scenarios [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
tags
string[] tags [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Mixed In Members

From mixin FTCallbacks

addBeforeAll
void addBeforeAll(FTCallback d)
Undocumented in source. Be warned that the author may not have intended to support it.
addBeforeEach
void addBeforeEach(FTCallback d)
Undocumented in source. Be warned that the author may not have intended to support it.
addAfterEach
void addAfterEach(FTCallback d)
Undocumented in source. Be warned that the author may not have intended to support it.
addAfterAll
void addAfterAll(FTCallback d)
Undocumented in source. Be warned that the author may not have intended to support it.
beforeAll
void beforeAll()
Undocumented in source. Be warned that the author may not have intended to support it.
beforeEach
void beforeEach()
Undocumented in source. Be warned that the author may not have intended to support it.
afterEach
void afterEach()
Undocumented in source. Be warned that the author may not have intended to support it.
afterAll
void afterAll()
Undocumented in source. Be warned that the author may not have intended to support it.
runBeforeAll
void runBeforeAll()
Undocumented in source. Be warned that the author may not have intended to support it.
runBeforeEach
void runBeforeEach()
Undocumented in source. Be warned that the author may not have intended to support it.
runAfterEach
void runAfterEach()
Undocumented in source. Be warned that the author may not have intended to support it.
runAfterAll
void runAfterAll()
Undocumented in source. Be warned that the author may not have intended to support it.
_beforeEachCallbacks
FTCallback[] _beforeEachCallbacks;
_afterEachCallbacks
FTCallback[] _afterEachCallbacks;
_beforeAllCallbacks
FTCallback[] _beforeAllCallbacks;
_afterAllCallbacks
FTCallback[] _afterAllCallbacks;
Undocumented in source.
runCallbacks
void runCallbacks(FTCallback[] callbacks)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta