Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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

Unable to monitor event loop AND Wait for app to idle

ios xcode xctest xctestcase

Writing XCTestCase for Mac OS Command Line Tool

XCTest and CoreData

After renaming project i get <XCTest/XCTest.h> not found.

ios xcode rename xctest

How to run a fresh install of the application every time unit tests are run?

ios xcode unit-testing xctest

Can't cast custom UIViewController from UIStoryboard in XCTest

swift xctest

Is use of generics valid in XCTestCase subclasses?

ios swift generics xctest

iOS Swift: Separate AppDelegate for XCTest

ios swift xctest

Whats the alternative of @testable import in Objective C

iOS Automated Tests - XCTest vs Appium