Closed MSch closed 13 years ago
I simply don't know if it's debuggable yet, but surprise me. I stuck to GHUnit
recently, but if the SenTestingKit
now supports breakpoints I'm all for it.
Furthermore could we just add a CLI target and implement the tests using plain C assert
s. Does the trick too.
No clue either, but we can look at BlocksKit, Zachary uses GHUnit. (https://github.com/zwaldowski/BlocksKit)
I like the tight integration of SenTestingKit into Xcode and the display of failed test cases in the issues-tab as a build failure and the tests being run as part of the building process. Seems like SenTestingKit got improved with Xcode 4, but I honestly havent tested it since.
Does OCUnit feature async testing? GHUnit does. Might be handy at some point in the future for network stuff etc.
I'm for OCUnit
. Used the new debuggable "version" in a recent project and it works really well now.
GHUnit
+1 for OCUnit, got already used for some tests in FoundationKit. Closing for now.
@eaigner has reservations against SenKit.
I have no clue.