Skip to main content

Command Palette

Search for a command to run...

Unit Test

Published
1 min readView as Markdown
Unit Test

Description:

Validates that a unit of code behaves correctly in a simulated situation.

Features:

  • VERY fast
  • Run 100% in memory
  • Replicable in any environment
  • Independent from other unit tests
  • Run before, during and after development
  • Only validates one condition (per unit test): RED

Structure:

AAA

Name structure:

USE

🇨🇴 Versión en Español