Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nerdsupremacist authored Aug 17, 2021
1 parent 7449ae9 commit 14f5de5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ We of course don't know anything about the implementation, but we can imagine th
</p>

To implement your tests, you implement each state. A state is a class with:
- A `test(systemUnderTest:)` function, where you can run all your assertions. Verifying that the object is in the correct state
- A `test(system:)` function, where you can run all your assertions. Verifying that the object is in the correct state
- A series of functions with a single argument (which is the system under test) and returns the next state

```swift
Expand Down

0 comments on commit 14f5de5

Please sign in to comment.