Skip to content

xr1337/OCUnitLogger

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#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