public function assertPreConditions()
 {
     parent::assertPreConditions();
     $this->Controller = new TestAnnotationController(null, null);
     $this->traitObject = new TestAnnotationParserImpl($this->Controller);
 }
 public function assertPreConditions()
 {
     parent::assertPreConditions();
     $this->TraitObject = $this->getObjectForTrait('Josegonzalez\\AnnotationControlList\\Lib\\ModelParserTrait');
     $this->Controller = new TestModelAnnotationController(null, null);
 }