protobuf/ruby/tests
Joe Bolinger 76685c6fae Add frozen checks in Ruby (#5726)
* add frozen checks

* Use rb_check_frozen

* Correct assertion on frozen error message

The second argument for the method assert_raise is the message
to show when the assertion fails. It does not check the error
object's message.
Add an additional assertion that does check the error's message.

* do frozen check first
2019-03-02 10:37:37 -08:00
..
basic_proto2.rb Add more descriptive error messages to init methods in Ruby (#5659) 2019-02-06 07:57:13 -08:00
basic_test_proto2.proto Generate extra enum method helpers for Ruby (#5670) 2019-03-02 10:36:28 -08:00
basic_test.proto Generate extra enum method helpers for Ruby (#5670) 2019-03-02 10:36:28 -08:00
basic.rb Add frozen checks in Ruby (#5726) 2019-03-02 10:37:37 -08:00
common_tests.rb Add frozen checks in Ruby (#5726) 2019-03-02 10:37:37 -08:00
encode_decode_test.rb Fix Any json encoding/decoding for ruby. (#5592) 2019-01-17 10:24:41 -08:00
gc_test.rb Add ruby 2.3, 2.4 and 2.5 test for linux. (#5256) 2018-10-18 11:16:55 -07:00
generated_code_proto2_test.rb Fix most of the unused variable warnings in Ruby tests (#5313) 2018-11-18 00:06:39 -08:00
generated_code_proto2.proto Adds support for proto2 syntax for Ruby gem. 2018-09-27 14:21:16 -04:00
generated_code_test.rb Ruby nested msg caps (#5564) 2019-01-15 20:01:41 -08:00
generated_code.proto Ruby nested msg caps (#5564) 2019-01-15 20:01:41 -08:00
repeated_field_test.rb Allow repeated fields in Ruby to accept multiple arguments on push (#5736) 2019-02-27 18:05:06 -08:00
stress.rb add jruby support by protobuf-java reflection API 2015-03-10 23:14:08 +01:00
test_import_proto2.proto Adds support for proto2 syntax for Ruby gem. 2018-09-27 14:21:16 -04:00
test_import.proto Added unit test for PascalCasing package names in Ruby. 2016-07-25 15:16:23 -07:00
test_ruby_package_proto2.proto Revert "Fix Ruby module name generation when the ruby_package option is used (#5735)" 2019-02-27 20:56:03 -08:00
test_ruby_package.proto Revert "Fix Ruby module name generation when the ruby_package option is used (#5735)" 2019-02-27 20:56:03 -08:00
type_errors.rb Add more descriptive error messages to init methods in Ruby (#5659) 2019-02-06 07:57:13 -08:00
well_known_types_test.rb Merge pull request #3847 from FX-HAO/master 2018-07-02 13:56:25 -07:00