<@U71GL59NU> public void someTest() { ...
# announcements
s
@test public void someTest() { new Expectations() {{ mock.someMethod(any); result = someValue; }}; // other code }