const classafFancordion::FixtureMeta
sys::Obj afFancordion::FixtureMeta
Contains meta information about a Fancordion fixture.
- StartTime
- const DateTime StartTime- When the fixture run was started 
- baseOutputDir
- const File baseOutputDir- The base directory of where the generated HTML result files are saved. 
- cur
- static FixtureMeta? cur()- Returns the current - FixtureMetainstance in use, or- nullif no tests are running.
- fixtureType
- const Type fixtureType- The type of the fixture being run. 
- resultFile
- const File resultFile- The file that the generated HTML result file will be saved as. 
- specificationLoc
- const Uri specificationLoc- Where the template originated from. Example, - file://HelloWorldFixture.efan.
- specificationSrc
- const Str specificationSrc- The original efan template source string. Usually the fixture's doc comment. 
- title
- const Str title- The fixture title. Taken from either the first heading in the specification or the fixture type name.