pointfreeco / swift-issue-reporting

Report issues in your application and library code as Xcode runtime warnings, breakpoints, assertions, and do so in a testable manner.
https://www.pointfree.co
MIT License
391 stars 64 forks source link

Add `Test.Case.isParameterized` to Testing context #127

Closed stephencelis closed 2 months ago

stephencelis commented 2 months ago

Test cases aren't externally identifiable at the moment, so if we leverage the current test's identity, we also need to know whether or not the test is parameterized.