Rules for test naming.
Enforces the BDD(Behavior-Driven Development) style test naming convention should X given Y (or should X when Y) on every @Test annotated function.
should X given Y
should X when Y
@Test