Skip to main content
Unit Test

Intro

  • Unit tests are means of testing small bits of code
  • This works well to reduce bugs in new and existing features
  • A unit test is essentially a function that invokes some code and asserts that certain conditions are satisfied during code execution

About 1 minSwiftiosswiftxctest