FeatureTest

Undocumented in source.

Members

Aliases

info
alias info = FeatureTestRunner.info
Undocumented in source.

Functions

_afterAll
void _afterAll()
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.
_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.
addAfterAll
void addAfterAll(FTDelegate d)
Undocumented in source. Be warned that the author may not have intended to support it.
addAfterEach
void addAfterEach(FTDelegate d)
Undocumented in source. Be warned that the author may not have intended to support it.
addBeforeAll
void addBeforeAll(FTDelegate d)
Undocumented in source. Be warned that the author may not have intended to support it.
addBeforeEach
void addBeforeEach(FTDelegate d)
Undocumented in source. Be warned that the author may not have intended to support it.
addTags
void addTags(string[] tags)
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.
afterEach
void afterEach()
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.
scenario
void scenario(string name, FTDelegate implementation)
Undocumented in source. Be warned that the author may not have intended to support it.

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.

Meta