Based on [Use given-when-then](https://github.com/SAP/styleguides/blob/main/clean-abap/CleanABAP.md#use-given-when-then), can we have a Check recommending the test method to follow the GivenWhenThen style? The check could scan for `given`, `when`, and `then` keywords in comments and methods within a test method. Further Reference: [GivenWhenThen](https://martinfowler.com/bliki/GivenWhenThen.html) by Martin Fowler