Issues with setUp() and tearDown() in XCTest for Swift 6
|
|
1
|
119
|
November 14, 2024
|
A New Approach to Testing in Swift
|
|
118
|
38053
|
October 24, 2024
|
Testing fatalError and friends
|
|
74
|
8498
|
October 21, 2024
|
XCTest: data race detected
|
|
0
|
86
|
October 12, 2024
|
Building and Distributing a XCTest Dependent Test XCFramework - SwiftVerifyEmittedModuleInterface
|
|
0
|
70
|
October 5, 2024
|
Launching XCTests in LLDB from command line on macOS
|
|
2
|
777
|
October 2, 2024
|
Missing required module 'Testing'
|
|
2
|
268
|
September 27, 2024
|
Mocking in XCTest unit tests
|
|
0
|
40
|
September 25, 2024
|
Transitive "build for testing" / "enable testability" for local packages?
|
|
1
|
92
|
September 25, 2024
|
Swift 5.10 Concurrency and XCTest
|
|
27
|
9730
|
September 18, 2024
|
XCTest Error abnormal(309) - does anyone know what it is?
|
|
2
|
106
|
September 16, 2024
|
Xcode 16.1 Beta - No XCTAttachments?
|
|
1
|
196
|
September 15, 2024
|
Confusing EXC_BAD_ACCESS with simple Combine Future usage
|
|
7
|
2593
|
July 2, 2024
|
Challenges with `XCTAssert` in `swift-testing` and 3rd Party Libraries
|
|
5
|
1040
|
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
|
1363
|
June 7, 2024
|
An update on swift-testing progress and stable release plans
|
|
4
|
2531
|
April 30, 2024
|
Introducing @Mockable: A Swift Macro driven Testing Framework
|
|
0
|
1501
|
April 8, 2024
|
How to test a method inside Task Async/await in swift
|
|
14
|
3201
|
March 20, 2024
|
I made a little SwiftPM Package that uses UIKit. How can I run tests from command line
|
|
5
|
4462
|
February 15, 2024
|
How to run `xctest` bundle - and how to add `entitlement` to a test target?
|
|
0
|
414
|
January 23, 2024
|
Can't test macros on Xcode 15.1+
|
|
3
|
1684
|
January 19, 2024
|
Awaiting fulfillment(of:timeout:enforceOrder:) doesn’t wait?
|
|
4
|
1174
|
January 12, 2024
|
XCTest doesn't generate memgraph file after UI test finish execution
|
|
1
|
902
|
November 26, 2023
|
Task, async, testing, disappearing
|
|
2
|
494
|
November 14, 2023
|
SwiftPM not generating testing scaffold when -type=executable
|
|
2
|
650
|
November 1, 2023
|
Mixing async/await code with waitForExpectations in tests causes hang
|
|
7
|
8333
|
September 15, 2023
|
How can we test SwiftPM Plugins?
|
|
3
|
1404
|
July 27, 2023
|
Subclassing URLProtocol for testing URLSession calls problem / error when using async await
|
|
1
|
1144
|
May 9, 2023
|
DispatchQueue.concurrentPerform in XCUnitTest
|
|
3
|
796
|
April 19, 2023
|