Swift 5.10 Concurrency and XCTest
|
|
28
|
10047
|
December 5, 2024
|
Issues with setUp() and tearDown() in XCTest for Swift 6
|
|
1
|
137
|
November 14, 2024
|
A New Approach to Testing in Swift
|
|
118
|
38330
|
October 24, 2024
|
Testing fatalError and friends
|
|
74
|
8628
|
October 21, 2024
|
XCTest: data race detected
|
|
0
|
89
|
October 12, 2024
|
Building and Distributing a XCTest Dependent Test XCFramework - SwiftVerifyEmittedModuleInterface
|
|
0
|
77
|
October 5, 2024
|
Launching XCTests in LLDB from command line on macOS
|
|
2
|
782
|
October 2, 2024
|
Missing required module 'Testing'
|
|
2
|
316
|
September 27, 2024
|
Mocking in XCTest unit tests
|
|
0
|
41
|
September 25, 2024
|
Transitive "build for testing" / "enable testability" for local packages?
|
|
1
|
102
|
September 25, 2024
|
XCTest Error abnormal(309) - does anyone know what it is?
|
|
2
|
107
|
September 16, 2024
|
Xcode 16.1 Beta - No XCTAttachments?
|
|
1
|
198
|
September 15, 2024
|
Confusing EXC_BAD_ACCESS with simple Combine Future usage
|
|
7
|
2660
|
July 2, 2024
|
Challenges with `XCTAssert` in `swift-testing` and 3rd Party Libraries
|
|
5
|
1049
|
June 24, 2024
|
XCTests stalling in Ubuntu github actions job
|
|
1
|
178
|
June 15, 2024
|
Unable to run Unit Tests with swift test when building for iOS
|
|
1
|
1384
|
June 7, 2024
|
An update on swift-testing progress and stable release plans
|
|
4
|
2590
|
April 30, 2024
|
Introducing @Mockable: A Swift Macro driven Testing Framework
|
|
0
|
1534
|
April 8, 2024
|
How to test a method inside Task Async/await in swift
|
|
14
|
3416
|
March 20, 2024
|
I made a little SwiftPM Package that uses UIKit. How can I run tests from command line
|
|
5
|
4527
|
February 15, 2024
|
How to run `xctest` bundle - and how to add `entitlement` to a test target?
|
|
0
|
424
|
January 23, 2024
|
Can't test macros on Xcode 15.1+
|
|
3
|
1719
|
January 19, 2024
|
Awaiting fulfillment(of:timeout:enforceOrder:) doesn’t wait?
|
|
4
|
1217
|
January 12, 2024
|
XCTest doesn't generate memgraph file after UI test finish execution
|
|
1
|
911
|
November 26, 2023
|
Task, async, testing, disappearing
|
|
2
|
494
|
November 14, 2023
|
SwiftPM not generating testing scaffold when -type=executable
|
|
2
|
657
|
November 1, 2023
|
Mixing async/await code with waitForExpectations in tests causes hang
|
|
7
|
8510
|
September 15, 2023
|
How can we test SwiftPM Plugins?
|
|
3
|
1406
|
July 27, 2023
|
Subclassing URLProtocol for testing URLSession calls problem / error when using async await
|
|
1
|
1154
|
May 9, 2023
|
DispatchQueue.concurrentPerform in XCUnitTest
|
|
3
|
801
|
April 19, 2023
|