Skip to content

Commit 7147f66

Browse files
committed
Adds setUp and tearDown to the XCTestCase protocol.
1 parent 75d601c commit 7147f66

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

XCTest/XCTestCase.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
//
1313

1414
public protocol XCTestCase : XCTestCaseProvider {
15-
15+
func setUp()
16+
func tearDown()
1617
}
1718

1819
extension XCTestCase {

0 commit comments

Comments
 (0)