Lines Matching refs:getValueObject
95 $this->assertEquals('car', $tree[0]->getValueObject()->getValue());
96 $this->assertEquals('laptop', $tree[1]->getValueObject()->getValue());
120 $this->assertEquals('car', $tree[0]->getValueObject()->getValue());
121 $this->assertEquals('laptop', $tree[1]->getValueObject()->getValue());
150 $this->assertEquals('black', $tree[0]->getValueObject()->getValue()[0]);
151 $this->assertEquals('blue', $tree[1]->getValueObject()->getValue()[0]);
152 $this->assertEquals('gray', $tree[2]->getValueObject()->getValue()[0]);
153 $this->assertEquals('green', $tree[3]->getValueObject()->getValue()[0]);
154 $this->assertEquals('red', $tree[4]->getValueObject()->getValue()[0]);
155 $this->assertEquals('yellow', $tree[5]->getValueObject()->getValue()[0]);
212 $this->assertEquals('M', $tree[0]->getValueObject()->getValue(), 'M expected');
227 $this->assertEquals('CA', $tree[0]->getValueObject()->getValue(), 'CA(r) index expected');
228 … $this->assertEquals('LA', $tree[1]->getValueObject()->getValue(), 'LA(ptop) index expected');
245 … $this->assertEquals('BL', $tree[0]->getValueObject()->getValue(), 'BL(ack|blue) index expected');