1// This file was automatically generated from ${file.name} by Knit tool. Do not edit. 2package ${test.package} 3 4import kotlinx.coroutines.testing.* 5import kotlinx.coroutines.guide.test.* 6import org.junit.Test 7 8class ${test.name} : ReactiveTestBase() {