Search code examples
unit testing an ObservableObject class in swiftUI that depends on a network request...


swiftswiftuixctestobservableobject

Read More
XCTestCase to check if a method is called within a Struct...


iosswiftstructxctestxctestcase

Read More
Are there architectural patterns for Swift Unit Testing?...


iosunit-testingarchitecturexctestxctestcase

Read More
XCTAssertEqual fails to compare two string values?...


objective-cunit-testingxctest

Read More
Test-only Dependencies When Using the Swift Package Manager...


swift3xcode8xctestswift-package-managerserver-side-swift

Read More
How to speed up UI test cases in Xcode?...


iosobjective-cxcodexctestuitest

Read More
Passing environment variables to XCUITest...


xcodetestingcontinuous-integrationxctestxcuitest

Read More
Using setUp to run object creation once before all tests...


swiftunit-testingstructxctestxctestcase

Read More
Custom Launch Metric Not Reporting Expected Results...


swifttestingxctestxctestcase

Read More
How to test that staticTexts contains a string using XCTest...


swiftxctest

Read More
How to test an object is deallocated?...


swiftxctestretain-cyclexctestcasestrong-reference-cycle

Read More
Does XCTest methods generated dynamically by testInvocations work with xcodebuild's -only-testin...


iosobjective-cxctestxcuitest

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


iosxcodeunit-testingxctest

Read More
How to set parameter to a XCUITest test case do prepare for data driven testing...


swiftxctest

Read More
Xcode test failing does not failed Github action pipeline...


xcodecontinuous-integrationxctestxcodebuildgithub-actions

Read More
Easiest way to use bundle resources for testing...


iosobjective-cxctest

Read More
XCTAssertThrowsError for async/await function...


swiftunit-testingasynchronousasync-awaitxctest

Read More
Error running XCTest for Swift/Obj-c project (Error 83)...


iosobjective-cxcodeswiftxctest

Read More
Xcode testing errors are not showing up inline in the editor only under report navigator...


swiftxcodexctest

Read More
Test scheme "info" "arguments" "options" "diagnostics" tabs ...


xcodexctest

Read More
XCTest with Core Data...


iosunit-testingcore-dataxctest

Read More
Why do I get "Missing required modules" when using @testable import MyApp while unit testi...


swiftxcodeunit-testingxctest

Read More
How do I use XCTests to test for print statements?...


iosswiftunit-testingtddxctest

Read More
Sending app to background and re-launching it from recents in XCTest...


iosswiftui-automationxctestxctestcase

Read More
In XCUITest, unable to tap() on Switch...


iosswiftxctestxcuitest

Read More
Can XCTestCases be grouped hierarchically?...


iosswiftobjective-cxctestxcuitest

Read More
Swift - Display assertion failures inline in Xcode like XCTest failures?...


iosswiftxcodexctest

Read More
failing a XCTestCase with assert without the test continuing to run but without stopping other tests...


xcodexctest

Read More
dyld: Library not loaded: @rpath/XCTest.framework/XCTest...


ioscocoapodsxctest

Read More
Running individual XCTest (UI, Unit) test cases for iOS apps from the command line...


iosunit-testingxctestxcode-ui-testing

Read More
BackNext