Versions Compared

Key

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

...

Tests that include more information than required to pass the test have a higher chance of introducing errors into the test and can make the intent of the test less clear. When writing tests, you want to focus on the behavior.

Why unit tests?

-> Why Automated Testing?