Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in xctest

Test-only Dependencies When Using the Swift Package Manager

Can you run an XCTest only after another has completed (and if so, can it be conditional on the prior test passing)?

Are mxSignpost events visible in Xcode Organizer?

Messages app in iOS-17 simulator doesn't send messages

How to add instance variables or properties to an XCTestCase?

Easiest way to use bundle resources for testing

ios objective-c xctest

How to test if a UIControlEvents has been fired

How to test a simple data object class which implements NSCoding?

ios unit-testing xctest

Changing iOS app Display Name breaks @testable import

ios swift xcode xctest

No matching device (UUID) in set at /Users/<username>/Library/Developer/XCTestDevices

ios xcode ios-simulator xctest

How to test async functions in swift using XCTWaiter and exceptions

How do I write to a local file in Swift/XCTest?

swift file-io xctest

XCTest: running tests fails with Cycle inside X; building could produce unreliable results in project with CocoaPods and Carthage

Add Test-Assets for XCTest

ios swift testing xctest

How to get combined code coverage for a Universal App?

xcode xctest

Does XCTest methods generated dynamically by testInvocations work with xcodebuild's -only-testing?

How to extract details from xcresult file in XCUITest (from Xcode 11)?

xctest extract xcuitest

Xcode UI Unit Tests and Permission Alerts

Is it possible to use parameterised test case data with Xcode's XCTest Framework?

ios xcode unit-testing xctest