mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-03-10 08:31:29 +00:00
Popular frameworks such as JUnit, TestNG and Google Test do not run test suites whose tests were fully filtered out. Thus @BeforeClass/@AfterClass of such suites are not executed and the suites are not reported in a test report. This patch introduces the same behaviour to the Kotlin/Native's kotlin.test runner. See also: #4522, #4615.