Versions Compared

Key

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

...

NOTE: It is worth noting that a test is assumed to pass unless it explicitly fails, either by a) not meeting explicitly-specified pass criteria or by b) throwing an error while running the test. In other words, a test is innocent until proven guilty.

What is a Test Case?

A TestCase is a class that contains a) a set of related tests and b) any additional code that should apply across a set of tests. Examples of the latter include, but are not limited to:

...