Intercepts the execution of a test function, including its @BeforeTest and @AfterTest functions.
@BeforeTest
@AfterTest
Test functions must make a single call to kotlinx.coroutines.test.runTest in their test body.
kotlinx.coroutines.test.runTest