Versions Compared

Key

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

...

  • Should use JUnit 4 syntax
  • File name ends with *RegressionTest
  • Should use Category annotation of type UnitTest, IntegrationTest or DistributedTest
  • Should follow the guidelines of either Integration or DistributedTestits Category
  • Should have Javadocs on the test class that reference the bug and describe it sufficiently without having to look up the bug in JIRA
  • May use black-box or white-box testing to guarantee that a bug has been fixed and will not be reintroduced without causing this test to fail

...