Skip to content

Commit

Permalink
assert false to go with assert true
Browse files Browse the repository at this point in the history
  • Loading branch information
shadyproject committed Oct 10, 2013
1 parent e6061bd commit d5869a7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions xaf.m
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
// XCT Assert False
// Assert false for XCTest
//
// Platform: All
// Language: Objective-C
// Completion Scope: Function or Method

XCTAssertFalse(<#expression#>, <#message#>);

0 comments on commit d5869a7

Please sign in to comment.