classafFancordion::FixtureCtx

sys::Obj
  afFancordion::FixtureCtx

Contains contextual information about a Fancordion fixture.

cur

Source

static FixtureCtx? cur()

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

errs

Source

Err[] errs

A list of Errs encountered, passed to FixtureResult for reporting.

fancordionRunner

Source

FancordionRunner fancordionRunner

The current runner.

fixtureInstance

Source

Obj fixtureInstance

The fixture being run.

skin

Source

FancordionSkin skin

The fancordion skin being used to render the result HTML

stash

Source

Str:Obj? stash

A handy dumping ground to store fixture related info. Custom cmds may use it to pass info to each other during a test.