Versions Compared

Key

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

...

  • ''Attributes:'' order, description, timeout, async, ui, user defined

...

Rule

...

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

...

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

RunWith("fullyQualifiedName")

...

– Used to identify a specific runner that should be used for this class. Common uses include specifying a class to use the Suite runner or Theory runner. The class specified must be linked into the project and must implement the IRunner interface. For more information about runners see Runners and Builders

...