Test Objects Initialized In A Describe Block

Definition:

  • When tests share the same reference to an object, meaning that any single test can mutate the object for following tests.

Code Example:

  • No code examples yet…

References:

Quality attributes

  • - Code Example

  • - Cause and Effect

  • - Frequency

  • - Refactoring