Skip to content

Commit f8b7c03

Browse files
committed
Add Xcode greater than test assertions
1 parent 52abd0f commit f8b7c03

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Apple/Xcode.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -354,6 +354,7 @@ final class SomeThingTests: XCTestCase {
354354

355355
- `XCTAssertEqual(someValue, anotherValue)` for input/output comparisons.
356356
- `XCTUnwrap(someOptional)` for optionals.
357+
- `XCTAssertGreaterThan(someValue, thresholdValue)` for number comparisons.
357358

358359
For example:
359360

0 commit comments

Comments
 (0)