aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c/tests
Commit message (Expand)AuthorAge
* 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
* 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
* 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
* 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 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
* 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
* Generate RouteGuide code on pod installGravatar Jorge Canizales2015-06-04
* Point test and sample podfiles to protobuf releaseGravatar Jorge Canizales2015-06-04
* Add RemoteTests as GRPCClientTests to tests projectGravatar Jorge Canizales2015-05-31
* Add SampleTests as LocalClearTextTests to tests projectGravatar Jorge Canizales2015-05-31
* Add RouteGuideClient to tests’ PodfileGravatar Jorge Canizales2015-05-31
* Add RemoteProtoTests as InteropTests to tests projectGravatar Jorge Canizales2015-05-30