public function testSetSortBy()
 {
     $this->object->setSortBy('@field');
     $this->assertEquals('@field', $this->object->getSortBy());
 }