aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c/tests
Commit message (Collapse)AuthorAge
* change test tooGravatar yang-g2015-08-31
|
* replace all grpc-common occurances with examplesGravatar Stanley Cheung2015-08-27
|
* Fixed KVO testGravatar murgatroid992015-08-24
|
* Added test for responseHeaders KVO complianceGravatar murgatroid992015-08-24
|
* Put both headers and trailers in the error.userInfoGravatar Jorge Canizales2015-08-12
|
* Rename responseMetadata -> allResponseMetadataGravatar Jorge Canizales2015-08-12
|
* Rename SingleValueHandler->SingleHandler, StreamHandler->EventHandlerGravatar Jorge Canizales2015-08-12
|
* Increase test timeouts to reduce flakiness.Gravatar Jorge Canizales2015-08-09
|
* Fixup for 42898cf: Correct documentation.Gravatar Jorge Canizales2015-08-09
|
* 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.
* Rename oauth2_lowerCamel -> oauth2UpperCamelGravatar Jorge Canizales2015-08-07
|
* Exercise GRPCCall+OAuth2 in the testsGravatar Jorge Canizales2015-08-06
|
* Require very explicit registration of non-SSL hosts.Gravatar Jorge Canizales2015-08-06
|
* 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
|
* Make the host of interop tests modifiable per-classGravatar Jorge Canizales2015-08-06
|
* Run test server with and without SSLGravatar Jorge Canizales2015-08-06
|
* Formatting and documentationGravatar Jorge Canizales2015-08-03
|
* Use the protoc made when one isn’t yet installedGravatar Jorge Canizales2015-08-03
|
* Reactivate Cocoapods error outputGravatar Jorge Canizales2015-08-02
|
* Fail early and explicitly if protoc, pod, or xcodebuild are missingGravatar Jorge Canizales2015-08-02
|
* Make plugin & server, and pod install via run_tests.pyGravatar Jorge Canizales2015-07-30
|
* Generate deterministic UUIDs in the Pods projectGravatar Jorge Canizales2015-07-30
|
* Disable tests: unknown method and bad access tokenGravatar Jorge Canizales2015-07-24
| | | | They don’t work against the local server.
* Temporarily point tests to localhostGravatar Jorge Canizales2015-07-24
|
* Compile and run locally the interop C++ server before the testsGravatar Jorge Canizales2015-07-24
|
* Refer simplifying script with xctool.Gravatar Jorge Canizales2015-07-20
|
* Remove unneeded error trap.Gravatar Jorge Canizales2015-07-20
|
* Simplify xcodebuild’s output filter regexGravatar Jorge Canizales2015-07-20
|
* Test on iPhone instead of iPadGravatar Jorge Canizales2015-07-20
|
* Filter xcodebuild output, fix return code, and leave make to the podspecGravatar Jorge Canizales2015-07-20
|
* Script to build the ObjC plugin, generate code, and run testsGravatar Jorge Canizales2015-07-20
|
* 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.
* id<GRXWriter> -> GRXWriter * in the testsGravatar Jorge Canizales2015-07-17
|
* Increase timeout of tests to remove flakes.Gravatar Jorge Canizales2015-07-15
|
* Merge pull request #2302 from jcanizales/point-to-protobuf-headGravatar Michael Lumish2015-07-08
|\ | | | | Point tests to protobuf head
| * Point tests Podfile to Protobuf submodule instead of releaseGravatar Jorge Canizales2015-07-06
| |
* | Rename HTTP2Path -> HTTPPathGravatar Jorge Canizales2015-07-04
| |
* | Move ProtoMethod to ProtoRPC packageGravatar Jorge Canizales2015-07-04
| |
* | Rename GRPCMethodName->ProtoMethodGravatar Jorge Canizales2015-07-04
| |
| * Point tests Podfile to head protobuf podspecGravatar Jorge Canizales2015-07-04
|/
* Changed argument names in Objective-C generated codeGravatar murgatroid992015-06-25
|
* Import headers based on path in the tests projectGravatar Jorge Canizales2015-06-23
| | | | Part of fixing https://github.com/grpc/grpc/issues/2192
* Drop repeated response headers.Gravatar Jorge Canizales2015-06-13
|
* Test call and error metadata are the same.Gravatar Jorge Canizales2015-06-13
|
* Let set NSDictionary as headers, and init the property (not nil)Gravatar Jorge Canizales2015-06-13
|
* Add test to set and read headers. Flaky!!Gravatar Jorge Canizales2015-06-13
|
* Cleanup GRPCClientTests.mGravatar Jorge Canizales2015-06-13
|
* Use grpc-common’s route_guide in local testsGravatar Jorge Canizales2015-06-04
|