Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 782 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 782 Bytes

UnitTestProject

Thinking of conducting an iOS Development Coding Dojo, Kata or Randori with friends? And you need some code coverage... hmm Look no further.

When you check out this project, here's what you will get

  • Unit Test Scheme has been setup
  • A copy of GCOVR version 3.0 can be found in the Tools folder
  • Test Coverage Report whenever you run your unit tests in Debug configuration.

Subclass your test classes

Ensure that your test classes inherit from "CoverageXCTestCase"

Todo

  • Add Cocoapods Support for OCMock and OCMockito
  • Add Sonar/Sonarqube support
  • Add any form of static code analyzers