context = mock(DecoratorContext.class);
timeMachine = mock(TimeMachine.class);
qualityGate = mock(QualityGate.class);
notificationManager = mock(NotificationManager.class);
decorator = new GenerateQualityGateEvents(qualityGate, timeMachine, notificationManager);
project = new ProjectTestBuilder().build();
}