Skip to content

Splitting implementation into several files in anticipation of growth of the code base. #12

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 7, 2015

Conversation

mike-ferris
Copy link

My general goal here is to go by the general pattern of defining things in their own files. I have split the assertion functions into XCTAssert.swift, I have also created separate a file for XCTestCaseProvider and another for the XCTestCase protocol and its extension. Finally XCTest.swift remains with the XCTMain function and some attendant global state and the structs used to track it.

@parkera
Copy link
Contributor

parkera commented Dec 7, 2015

Foundation's tests build & pass on OS X and Linux with this change.

mike-ferris pushed a commit that referenced this pull request Dec 7, 2015
Splitting implementation into several files in anticipation of growth of the code base.
@mike-ferris mike-ferris merged commit 0987cf9 into swiftlang:master Dec 7, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants