Top "Ocunit" questions

OCUnit is a unit testing framework for the Objective-C language and included with Apple's Xcode IDE since Xcode 2.1.

Why doesn't gcov report any lines being covered by my unit tests?

I am using Xcode 3.2 on 10.6, with the shipped version of gcov and default GCC compiler (both version 4.2.1). I have created …

cocoa xcode code-coverage ocunit gcov
Can I integrate Jenkins and XCTest

Is it possible to use Jenkins with XCTest? There's a ruby script (OCUnit2JUnit -- https://github.com/ciryon/OCUnit2…

objective-c jenkins ocunit xctest