Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in xctest

Use Xcode's Test Classes Assistant Editor with Swift Classes

Xcode Unit Tests: Xcode doesn't stop at breakpoints

xcode debugging xctest

How do you create public extensions, in a shared framework, for XCTest?

swift xctest

Using XCTest, how can one chain together multiple discrete sequences of { expectations -> wait }?

xctest xctestexpectation

Including Asset Catalogue in Test Targets

xcode xctest asset-catalog

XCTest testing for delegate methods being called

ios objective-c macos xctest

Is it possible to run XCTest tests in an iOS app?

ios testing xctest

Can't use Swift classes inside Objective-C unit test

Import XCTest into a dynamic framework

ios swift ios9 xctest

What can be the possible cause of this error in xcode PBXcp Main.storyboardc is longer than filepath buffer size (1025)?

ios xctest

Xcode tests pass in isolation, fail when run with other tests

How to write a unit test in iOS for an expected assert/assertionFailure?

Xcode 7 UI Testing - can't type text into search bar

How to rotate simulator using Swift code in xcode ui test

XCTest: Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Parameter "test" must not be nil.'

xcode unit-testing xctest

Scheme language setting ignored in iOS unit and ui tests

How do you call XCTest in a Swift Playground?

What's best way to mock objects in swift within XCTest?

mocking swift xctest

Xcode 10 XCTest error: "Underlying error: Test session exited(1) without checking in.)"

xcode unit-testing xctest

XCTestCase - iOS UI Tests - dealing with UITableViews with many cells