/**
  * This test checks the resolved class name.
  *
  * @return void
  */
 public function testGetClass()
 {
     // check for the correct class name
     $this->assertEquals('AppserverIo\\Lang\\Reflection\\ReflectionProperty', ReflectionProperty::__getClass());
 }