Skip to content

Commit c100709

Browse files
author
Mike Ferris
committed
Merge pull request #26 from brownleej/setup_tear_down
AddsSetUp and tearDown to the XCTestCase protocol.
2 parents 4dd0e23 + 7147f66 commit c100709

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)