/**
  * @test
  * @expectedException \OpenClassrooms\UseCase\Application\Services\Proxy\Strategies\Exceptions\UnSupportedAnnotationException
  */
 public function UnsupportedAnnotation_CreatePreExecuteRequest_ThrowException()
 {
     $factory = new ProxyStrategyRequestFactoryImpl();
     $factory->createPreExecuteRequest('unsupported annotation', new UseCaseStub(), new UseCaseRequestStub());
 }