XCTest is an Apple-provided framework which implements unit testing functions.
I am writing UI Test Cases for one one of my app using the XCUIApplication, XCUIElement and XCUIElementQuery introduced in …
xcode xctest ios9 xcode7-beta4 xcode-ui-testingLooking at XCTest and Xcode 5 unit testing and not seeing how to run my unit tests under Instruments in Xcode 5... …
xcode5 xcode-instruments xctestI'm writing unit tests for a method that has an assertion. The Swift Language guide recommends using assertions for "invalid …
unit-testing swift xctestSorry for the noob question, but I'm trying to test a connection, but I'm not able do verify the return …
iphone objective-c sendasynchronousrequest xctestI'm using XCTestExpectations in Xcode 6 (Beta 5) for asynchronous testing. All my asynchronous tests pass individually every time I run them. …
unit-testing asynchronous ios8 xcode6 xctestI have a simple UIButton subclass that implements IBDesignable with an IBInspectable var: @IBDesignable class Button: UIButton { @IBInspectable var borderColor: …
ios swift xcode xctest ibdesignableWhen I'm running unit tests, I'd like to skip some code (e.g. I don't want [[UIApplication sharedApplication] openURL:..] to …
objective-c ocunit xctestI have looked at a lot of blogs and tried many things to get my Swift unit tests to work …
ios unit-testing swift access-control xctestI am writing my first bigger iOS project and I want to use as much of Xcode 5 as possible. Now …
xcode5 xctest