MCPcopy Create free account
hub / github.com/apache/avro / test_tell

Method test_tell

lang/php/test/StringIOTest.php:55–62  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

53 }
54
55 public function test_tell()
56 {
57 $strio = new AvroStringIO('foobar');
58 $this->assertEquals(0, $strio->tell());
59 $strlen = 3;
60 $strio->read($strlen);
61 $this->assertEquals($strlen, $strio->tell());
62 }
63
64 public function test_read()
65 {

Callers

nothing calls this directly

Calls 3

assertEqualsMethod · 0.80
tellMethod · 0.65
readMethod · 0.65

Tested by

no test coverage detected