aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c/tests/Tests.xcodeproj
Commit message (Collapse)AuthorAge
* Merge remote-tracking branch 'upstream/master' into ios-testGravatar Yuchen Zeng2016-06-20
|\
* | Enable treating warnings as errors in objc testsGravatar Yuchen Zeng2016-06-15
| |
| * Update tests XCode project to Cocoapods 1.0.0Gravatar Jorge Canizales2016-05-20
|/
* Split AllTests into 4 schemesGravatar Jorge Canizales2015-10-28
| | | | | | | | | For local running one can still tests AllTests, but for C.I. one can test the 4 of them in parallel (and, importantly, deactivate the remote interop tests until we fix them on Travis; while keeping the rest). I had to make the remote tests a subclass of an abstract InteropTests (like InteropTestsLocalSSL and InteropTestsLocalCleartext), and then deactivate the abstract InteropTests on the 4 schemes that use it.
* Remove outdated routeguide testGravatar Jorge Canizales2015-10-28
| | | Eventually all samples will be tested.
* Add remote interop tests to the suite of tests.Gravatar Jorge Canizales2015-08-09
| | | | | This would have caught the encoding problem with the default root certificates.
* Use test certificates and name override for local tests :)Gravatar Jorge Canizales2015-08-06
|
* Subclass InteropTests to later repeat the tests using SSLGravatar Jorge Canizales2015-08-06
|
* Disable tests: unknown method and bad access tokenGravatar Jorge Canizales2015-07-24
| | | | They don’t work against the local server.
* Share AllTests scheme, without the local RouteGuide testsGravatar Jorge Canizales2015-07-20
|
* Remove Cocoapods warning of OTHER_LDFLAGSGravatar Jorge Canizales2015-07-18
| | | | We don’t use the Tests library target anyway.
* Add RemoteTests as GRPCClientTests to tests projectGravatar Jorge Canizales2015-05-31
|
* Add SampleTests as LocalClearTextTests to tests projectGravatar Jorge Canizales2015-05-31
|
* Add RemoteProtoTests as InteropTests to tests projectGravatar Jorge Canizales2015-05-30
|
* Remove empty class AllTestsGravatar Jorge Canizales2015-05-29
|
* Install GRX into RxLibraryUnitTests.mGravatar Jorge Canizales2015-05-29
|
* Minimal "test library" projectGravatar Jorge Canizales2015-05-29