-
Notifications
You must be signed in to change notification settings - Fork 140
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
In particular: CDRNil, CedarDoubleImpl, RejectedMethod and StubbedMethod are project headers. We wanted to move InvocationMatcher.h and NSInvocation+Cedar.h to be project headers as well, to limit the number of headers exposed to users, but the HaveReceived matcher implementation made this very difficult. For reference: Private headers will be imported by the public headers but are not intended for end users to import. Project headers will not be copied, and should only be used by implementation (.c, .m, .mm) files. https://developer.apple.com/library/ios/recipes/xcode_help-project_editor/Articles/Setting%20the%20Role%20of%20a%20Header%20File.html
- Loading branch information
Juan David Dominguez and Tim Jarratt
committed
Jul 10, 2015
1 parent
1773364
commit 21f443a
Showing
2 changed files
with
15 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters