const classafFancordion::FixtureMeta

sys::Obj
  afFancordion::FixtureMeta

Contains meta information about a Fancordion fixture.

StartTime

Source

const DateTime StartTime

When the fixture run was started

baseOutputDir

Source

const File baseOutputDir

The base directory of where the generated HTML result files are saved.

cur

Source

static FixtureMeta? cur()

Returns the current FixtureMeta instance in use, or null if no tests are running.

fixtureType

Source

const Type fixtureType

The type of the fixture being run.

resultFile

Source

const File resultFile

The file that the generated HTML result file will be saved as.

specificationLoc

Source

const Uri specificationLoc

Where the template originated from. Example, file://HelloWorldFixture.efan.

specificationSrc

Source

const Str specificationSrc

The original efan template source string. Usually the fixture's doc comment.

title

Source

const Str title

The fixture title. Taken from either the first heading in the specification or the fixture type name.