From 9d7733f723c93be9c711c88512ef8d5f375533eb Mon Sep 17 00:00:00 2001 From: Paolo Prodossimo Lopes <70642432+PaoloProdossimoLopes@users.noreply.github.com> Date: Fri, 16 May 2025 09:26:38 -0300 Subject: [PATCH 1/2] =?UTF-8?q?=F0=9F=93=9D=20remove=20unescassary=20dot?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2e39945..9e2339e 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ It’s ideal for testing interactions, async flows, and error handling β€” witho - ⏱ Simulated delays (like network latency) - πŸŒ€ Full `async/await` support - ❗ Error simulation (`throw`) -- πŸ§ͺ Designed for clarity in unit tests. +- πŸ§ͺ Designed for clarity in unit tests ## Why Use EasyMock? From ed78d92291809cf3b707330f7e02dab580af7d18 Mon Sep 17 00:00:00 2001 From: Paolo Prodossimo Lopes <70642432+PaoloProdossimoLopes@users.noreply.github.com> Date: Fri, 16 May 2025 09:40:39 -0300 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=93=9D=20add=20break=20line=20in=20re?= =?UTF-8?q?adme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9e2339e..6d17b9d 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,8 @@ A lightweight and expressive library for unit testing in Swift β€” supporting `a ## Overview -**EasyMock** is a test utility designed for creating mock objects (test doubles) in Swift with minimal setup and maximum readability. +**EasyMock** is a test utility designed for creating mock objects (test doubles) in Swift with minimal setup and maximum readability. + It’s ideal for testing interactions, async flows, and error handling β€” without boilerplate. ### ✨ Features