Unit Tests

Unit Tests

Notes

  • Unit tests are designed to be headless and run beneath the standard user interface. Unit tests represent a second client for your code, and show that the component is loosely coupled and not bound to the user interface. 

Related