my plan for a test receiver is to have an expectThat method that forwards to strikt, then i can detect tests that don’t contain asserts. and a println method that prints things that are later outputted together with the test result.
But it could also have a fixture or subject field, I’m not a huge fan of this as fixture because it makes it harder (for me) to understand the test