protected function setUp()
 {
     $this->decoratorClass = '\\aik099\\QATools\\HtmlElements\\PropertyDecorator\\TypifiedPropertyDecorator';
     parent::setUp();
 }
 protected function setUp()
 {
     $this->locatorClass = '\\aik099\\QATools\\BEM\\ElementLocator\\BEMElementLocator';
     $this->decoratorClass = '\\aik099\\QATools\\BEM\\PropertyDecorator\\BEMPropertyDecorator';
     parent::setUp();
 }