XCTestParametrizedMacro icon indicating copy to clipboard operation
XCTestParametrizedMacro copied to clipboard

Swift macro for parametrizing unit test methods

Results 3 XCTestParametrizedMacro issues
Sort by recently updated
recently updated
newest added

I'm trying to compile and test a Swift Project that includes XCTestParametrizedMacro. While it compiles and runs correctly on my Mac, it fails to compile inside various CI environments I'm...

As an enhancement, we could introduce an option to pass an array of tuples as an argument to the macro. This syntax would make it easier to discern which input...

enhancement