We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52abd0f commit f8b7c03Copy full SHA for f8b7c03
Apple/Xcode.md
@@ -354,6 +354,7 @@ final class SomeThingTests: XCTestCase {
354
355
- `XCTAssertEqual(someValue, anotherValue)` for input/output comparisons.
356
- `XCTUnwrap(someOptional)` for optionals.
357
+- `XCTAssertGreaterThan(someValue, thresholdValue)` for number comparisons.
358
359
For example:
360
0 commit comments