Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 1.04 KB

File metadata and controls

16 lines (12 loc) · 1.04 KB

#OCUnitLogger OCUnitLogger is a drop in set of classes to allow you to convert the OCUnit output into something your builder server can consume based on JUnit output.

Setup

Copy OCUnitToJUnitLogger.m, GDataXMLNode.h and GDataXMLNode.m from the Logger directory to your UnitTest project. GDataXMLNode.h and GDataXMLNode.m come from the Google Objective C client. The output will be put at build\ocunit.xml. GDataXMLNode is used so it can be put in iOS projects.

Samples

A Mac sample that is based on the bowling game tests.

External Code

More on Unit Tests for iOS / Mac