Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

– Used to define an advanced Before/After setup using an entire class allowing for increased reusability. For more information see [CreatingRules ] Creating Rules

  • ''Attributes:'' order

Suite

– specifies that the class tagged is a Test Suite and will contain a list of public variables typed as the Test Cases or additional Test Suites you wish to run. This tag is commonly paired with the RunWith tag to know what runner to use on the tests within this class. (Note: The Suite tag by it self actually does nothing, and RunWith specified with the Suite runner is all you need to set to get a class to run as a suite.) For more information about test suites see [Terminology#Test_Test Suite]

  • ''Attributes:'' order, description, user defined

...