Swift 5.10 Concurrency and XCTest
|
|
21
|
7797
|
August 29, 2024
|
Xcode 16.1 Beta - No XCTAttachments?
|
|
0
|
88
|
August 16, 2024
|
Transitive "build for testing" / "enable testability" for local packages?
|
|
0
|
39
|
July 17, 2024
|
Confusing EXC_BAD_ACCESS with simple Combine Future usage
|
|
7
|
2268
|
July 2, 2024
|
Challenges with `XCTAssert` in `swift-testing` and 3rd Party Libraries
|
|
5
|
995
|
June 24, 2024
|
XCTests stalling in Ubuntu github actions job
|
|
1
|
170
|
June 15, 2024
|
Unable to run Unit Tests with swift test when building for iOS
|
|
1
|
1332
|
June 7, 2024
|
An update on swift-testing progress and stable release plans
|
|
4
|
2223
|
April 30, 2024
|
Introducing @Mockable: A Swift Macro driven Testing Framework
|
|
0
|
1331
|
April 8, 2024
|
How to test a method inside Task Async/await in swift
|
|
14
|
2299
|
March 20, 2024
|
I made a little SwiftPM Package that uses UIKit. How can I run tests from command line
|
|
5
|
4208
|
February 15, 2024
|
A New Approach to Testing in Swift
|
|
111
|
35271
|
February 13, 2024
|
Testing fatalError and friends
|
|
72
|
7657
|
February 9, 2024
|
How to run `xctest` bundle - and how to add `entitlement` to a test target?
|
|
0
|
392
|
January 23, 2024
|
Can't test macros on Xcode 15.1+
|
|
3
|
1508
|
January 19, 2024
|
Awaiting fulfillment(of:timeout:enforceOrder:) doesn’t wait?
|
|
4
|
920
|
January 12, 2024
|
XCTest doesn't generate memgraph file after UI test finish execution
|
|
1
|
885
|
November 26, 2023
|
Task, async, testing, disappearing
|
|
2
|
478
|
November 14, 2023
|
SwiftPM not generating testing scaffold when -type=executable
|
|
2
|
625
|
November 1, 2023
|
Mixing async/await code with waitForExpectations in tests causes hang
|
|
7
|
7479
|
September 15, 2023
|
How can we test SwiftPM Plugins?
|
|
3
|
1388
|
July 27, 2023
|
Subclassing URLProtocol for testing URLSession calls problem / error when using async await
|
|
1
|
1082
|
May 9, 2023
|
DispatchQueue.concurrentPerform in XCUnitTest
|
|
3
|
778
|
April 19, 2023
|
XCTest.setUp()/tearDown() vs TaskLocal.withValue()
|
|
2
|
1101
|
April 13, 2023
|
Xcode not respecting canImport(XCTest)?
|
|
4
|
3360
|
March 31, 2023
|
Make XCTest output as pretty as `yarn`
|
|
10
|
2493
|
March 24, 2023
|
XCTestCase.measure() is very slow due to symbolication. How to make it faster?
|
|
3
|
1761
|
March 22, 2023
|
Error: XCTest not available
|
|
10
|
1930
|
January 27, 2023
|
[Pitch] Exempt code paths ending in `preconditionFailure` from coverage checks when running tests
|
|
25
|
1327
|
January 19, 2023
|
Does XCTest supports Generics?
|
|
3
|
882
|
December 26, 2022
|