Lines Matching full:it

31     it "should write json escaped char" do
39 it "should write json char" do
53 it "should write json string" do
58 it "should write json base64" do
63 it "should write json integer" do
77 it "should write json double" do
94 it "should write json object start" do
99 it "should write json object end" do
104 it "should write json array start" do
109 it "should write json array end" do
114 it "should write message begin" do
119 it "should write message end" do
124 it "should write struct begin" do
129 it "should write struct end" do
134 it "should write field begin" do
139 it "should write field end" do
144 it "should write field stop" do
149 it "should write map begin" do
154 it "should write map end" do
159 it "should write list begin" do
164 it "should write list end" do
169 it "should write set begin" do
174 it "should write set end" do
179 it "should write bool" do
187 it "should write byte" do
192 it "should write i16" do
197 it "should write i32" do
202 it "should write i64" do
207 it "should write double" do
225 it 'should write string' do
232 it 'should write string with unicode characters' do
239 it 'should write string' do
245 it "should write binary" do
250 it "should write long binary" do
255 it "should get type name for type id" do
271 it "should get type id for type name" do
286 it "should read json syntax char" do
293 it "should read json escape char" do
322 it "should read json string" do
330 it "should read json base64" do
335 it "should is json numeric" do
354 it "should read json numeric chars" do
359 it "should read json integer" do
368 it "should read json double" do
390 it "should read json object start" do
395 it "should read json object end" do
400 it "should read json array start" do
405 it "should read json array end" do
410 it "should read_message_begin" do
418 it "should read message end" do
423 it "should read struct begin" do
428 it "should read struct end" do
433 it "should read field begin" do
438 it "should read field end" do
443 it "should read map begin" do
448 it "should read map end" do
453 it "should read list begin" do
458 it "should read list end" do
463 it "should read set begin" do
468 it "should read set end" do
473 it "should read bool" do
482 it "should read byte" do
487 it "should read i16" do
492 it "should read i32" do
497 it "should read i64" do
502 it "should read double" do
508 it 'should read string' do
515 it 'should read string with unicode characters' do
522 it 'should read string' do
528 it "should read binary" do
533 it "should read long binary" do
538 it "should provide a reasonable to_s" do
544 it "should create a JsonProtocol" do
548 it "should provide a reasonable to_s" do