xref: /aosp_15_r20/external/kotlinx.coroutines/reactive/knit.test.include (revision 7a7160fed73afa6648ef8aa100d4a336fe921d9a)
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() {