We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8b5844e + 1727fae commit 1296d47Copy full SHA for 1296d47
README.md
@@ -1,5 +1,8 @@
1
# swift-fatal-test-value
2
3
+
4
+
5
+
6
This macro eliminates boilerplate needed to set initial values of Dependency Injected instances' methods in unit tests.
7
By simply annotating a struct or class with `@FatalTestValue`, it auto-generates an initializer invoking `fatalError()` for the closure.
8
0 commit comments