OLD | NEW |
1 Name: ocmock | 1 Name: ocmock |
2 URL: https://github.com/erikdoe/ocmock | 2 URL: https://github.com/erikdoe/ocmock |
3 Version: unknown | 3 Version: unknown |
4 Revision: 8b8793cf29a5bac0541421ea06c7dff071afb25e | 4 Revision: 8b8793cf29a5bac0541421ea06c7dff071afb25e |
5 License: BSD with advertising clause | 5 License: NOT_SHIPPED |
6 License File: License.txt | 6 License File: License.txt |
7 Security Critical: no | 7 Security Critical: no |
8 | 8 |
9 Description: | 9 Description: |
10 OCMock is an Objective-C implementation of mock objects. If you are unfamiliar | 10 OCMock is an Objective-C implementation of mock objects. If you are unfamiliar |
11 with the concept of mock objects please visit mockobjects.com which has more | 11 with the concept of mock objects please visit mockobjects.com which has more |
12 details and discussions about this approach to testing software. | 12 details and discussions about this approach to testing software. |
13 | 13 |
14 Local Modifications: | 14 Local Modifications: |
15 This is only a partial inclusion of the OCMock tree. This only includes | 15 This is only a partial inclusion of the OCMock tree. This only includes |
(...skipping 13 matching lines...) Expand all Loading... |
29 | 29 |
30 Chromium also patches in 77400c22b5bafd8aaaa75f90a1d997838204577a that fixes | 30 Chromium also patches in 77400c22b5bafd8aaaa75f90a1d997838204577a that fixes |
31 the comparison of types between invocation return type description (which | 31 the comparison of types between invocation return type description (which |
32 changed from "c" to "B" on arm64) and NSValue objCType (which didn't change) | 32 changed from "c" to "B" on arm64) and NSValue objCType (which didn't change) |
33 on arm64 for BOOL values. | 33 on arm64 for BOOL values. |
34 | 34 |
35 Chromium also patches in 65ee89744bc1fbb9461f26d83e08243068cb212b that fixes | 35 Chromium also patches in 65ee89744bc1fbb9461f26d83e08243068cb212b that fixes |
36 the comparison between opaque (forward-declared) and non-opaque types. | 36 the comparison between opaque (forward-declared) and non-opaque types. |
37 | 37 |
38 Chromium adds the patch suggested in https://github.com/erikdoe/ocmock/issues/24
7 | 38 Chromium adds the patch suggested in https://github.com/erikdoe/ocmock/issues/24
7 |
OLD | NEW |