public function testRemoveAll()
 {
     $this->object->removeAll();
     $this->assertEquals(0, $this->object->count(), 'recordSet is not empty');
 }