[cfe-dev] [PATCH] Frontend action to migrate code using SenTestingKit to XCTest framework
Argyrios Kyrtzidis
kyrtzidis at apple.com
Fri Aug 15 16:30:31 PDT 2014
Hi all,
The attached patch introduces new option and frontend action to migrate code that is utilizing the SenTestingKit framework and rewrite it to using the XCTest one, for example:
- "#import <SenTestingKit/SenTestingKit.h>” —> "#import <XCTest/XCTest.h>”
- "STFail(@"fail”);” —> "XCTFail(@"fail”);”
etc..
Please let me know if you have any comments/feedback.
-Argyrios
-------------- next part --------------
A non-text attachment was scrubbed...
Name: migrate-xct.patch
Type: application/octet-stream
Size: 44719 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20140815/8ca04dfa/attachment.obj>
More information about the cfe-dev
mailing list