<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Swift Testing on Daniel Lyons</title><link>https://dandylyons.net/topics/swift-testing/</link><description>Recent content in Swift Testing on Daniel Lyons</description><generator>Hugo -- gohugo.io</generator><language>en-gb</language><lastBuildDate>Tue, 01 Oct 2024 00:00:00 +0000</lastBuildDate><atom:link href="https://dandylyons.net/topics/swift-testing/index.xml" rel="self" type="application/rss+xml"/><item><title>Differentiating Parameterized Tests in Swift Testing</title><link>https://dandylyons.net/unlisted/differentiating-parameterized-tests-in-swift-testing/</link><pubDate>Tue, 01 Oct 2024 00:00:00 +0000</pubDate><guid>https://dandylyons.net/unlisted/differentiating-parameterized-tests-in-swift-testing/</guid><description>&lt;h1 id="differentiating-parameterized-tests-in-swift-testing">Differentiating Parameterized Tests in Swift Testing&lt;/h1>
&lt;p>Swift Testing is a fantastic addition to the Swift ecosystem. They are concise and easy to understand. Parameterized tests are one of the best features of Swift Testing, but sometimes the framework needs a bit more information in order to work properly. Let&amp;rsquo;s dig in.&lt;/p>
&lt;h2 id="what-are-parameterized-tests">What Are Parameterized Tests?&lt;/h2>
&lt;p>Parameterized tests are a feature that makes it easy to reuse testing logic across multiple cases of data. To see why that would be valuable let&amp;rsquo;s look at Swift Testing&amp;rsquo;s predecessor, XCTest.&lt;/p></description></item></channel></rss>