Ios swift – Can I Pass file and line to #expect in Swift Testing?
I use the Swift Testing framework in my iOS project. Imagine I have a function I need to test: func isEven(_ num: Int) -> Bool I’m working with parameterized tests, where multiple test cases are evaluated using the same test…