A New Approach to Testing in Swift
|
|
88
|
12731
|
September 28, 2023
|
Testing fatalError and friends
|
|
52
|
1510
|
September 27, 2023
|
Mixing async/await code with waitForExpectations in tests causes hang
|
|
7
|
2830
|
September 15, 2023
|
How can we test SwiftPM Plugins?
|
|
3
|
970
|
July 27, 2023
|
I made a little SPM Package that uses UIKit. How can I run tests from command line
|
|
4
|
1976
|
July 14, 2023
|
Subclassing URLProtocol for testing URLSession calls problem / error when using async await
|
|
1
|
519
|
May 9, 2023
|
DispatchQueue.concurrentPerform in XCUnitTest
|
|
3
|
363
|
April 19, 2023
|
XCTest.setUp()/tearDown() vs TaskLocal.withValue()
|
|
2
|
671
|
April 13, 2023
|
Unable to run Unit Tests with swift test when building for iOS
|
|
0
|
442
|
April 5, 2023
|
Xcode not respecting canImport(XCTest)?
|
|
4
|
2345
|
March 31, 2023
|
Make XCTest output as pretty as `yarn`
|
|
10
|
1685
|
March 24, 2023
|
XCTestCase.measure() is very slow due to symbolication. How to make it faster?
|
|
3
|
1447
|
March 22, 2023
|
Error: XCTest not available
|
|
10
|
921
|
January 27, 2023
|
[Pitch] Exempt code paths ending in `preconditionFailure` from coverage checks when running tests
|
|
25
|
954
|
January 19, 2023
|
Does XCTest supports Generics?
|
|
3
|
492
|
December 26, 2022
|
Setting test execution time limit on Linux/non-macOS platforms
|
|
0
|
248
|
December 9, 2022
|
Network mocking / stubbing framework
|
|
3
|
982
|
October 25, 2022
|
Tests on iOS Simulator are limited to a single thread
|
|
0
|
920
|
October 3, 2022
|
Help me diagnose inconsistent test failures on unsafe code
|
|
0
|
202
|
September 28, 2022
|
BytePattern a linear time byte pattern finder and set of XCTest assertions
|
|
3
|
2515
|
September 12, 2022
|
Actor behavior seems to differ when compiling with Catalyst
|
|
10
|
500
|
September 1, 2022
|
Any way to inject/override a dependency of a dependency on the Swift package level?
|
|
4
|
393
|
August 22, 2022
|
Unit Tests in Source Code
|
|
6
|
1310
|
July 26, 2022
|
Task's closure not called in async XCTest function
|
|
3
|
2374
|
July 24, 2022
|
Can I test a package without building every single target?
|
|
1
|
706
|
June 8, 2022
|
How can I access a file inside of an XCTestCase?
|
|
6
|
4063
|
May 9, 2022
|
Unit tests using generics fail to build on Linux
|
|
1
|
338
|
April 13, 2022
|
Unit tests using generics fail to build on Linux
|
|
0
|
593
|
April 1, 2022
|
TDD-Albums-II: A free hands-on tutorial for Swift engineers learning Test-Driven Development
|
|
0
|
578
|
November 12, 2021
|
Unit Test @Binding properties
|
|
7
|
2789
|
October 22, 2021
|