Open
Description
Description
Currently, creating expectations for manual, detection, and prevention types involves a lot of repetitive code (ExpectationUtils, PreventionExpectation, DetectionExpectation, ManualExpectation). This redundancy could be reduced by leveraging an abstract class or a factory pattern.