Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Sources/Classes/SLTest.h
Original file line number Diff line number Diff line change
Expand Up @@ -424,8 +424,8 @@
@warning If tear-down fails, the test will be logged as having terminated
abnormally rather than finished, but its test cases' logs will be preserved.

@warning Unlike the `-setUp` method found in OCUnit and other JUnit-inspired
frameworks, `-setUpTest` is called only once per test.
@warning Unlike the `-tearDown` method found in OCUnit and other
JUnit-inspired frameworks, `-tearDownTest` is called only once per test.

@see setUpTest
*/
Expand Down