Skip to content

Instantly share code, notes, and snippets.

@rymawby
Created July 9, 2013 14:04
Show Gist options
  • Select an option

  • Save rymawby/5957604 to your computer and use it in GitHub Desktop.

Select an option

Save rymawby/5957604 to your computer and use it in GitHub Desktop.
Metadata tags for use with FlexUnit
[BeforeClass]
// Attributes: order, description, timeout, async, ui, user defined
[AfterClass]
// Attributes: order, description, timeout, async, ui, user defined
[Before]
// Attributes: order, description, timeout, async, ui, user defined
[After]
// Attributes: order, description, timeout, async, ui, user defined
[Rule]
// Attributes: order
[Suite]
// Attributes: order, description, user defined
[RunWith("fullyQualifiedName")]
// Attributes: none, other than the fully qualified class name of the runner.
[Ignore]
// Attributes: description, user defined
[Test]
// Attributes: expects, order, description, timeout, async, ui, user defined, dataProvider
[DataPoint(s)]
// Attributes: description, user defined, loader
[Parameters]
//Attributes: description, user defined, loader
[Theory]
// Attributes: description, user defined
[ArrayElementType]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment