public function testSetClass()
 {
     $this->object->setClass('AnotherClass');
     $this->assertThat('AnotherClass', $this->equalTo($this->object->getClass()));
 }