BeforeEach()
Marks a function to be executed before each test
This can be used in AnnotationSpec to mark a function to be executed before every test by Kotest Engine
See Also
BeforeAll
AfterEach