xref: /aosp_15_r20/external/kotlinx.coroutines/reactive/knit.test.include (revision 7a7160fed73afa6648ef8aa100d4a336fe921d9a)
1*7a7160feSAndroid Build Coastguard Worker// This file was automatically generated from ${file.name} by Knit tool. Do not edit.
2*7a7160feSAndroid Build Coastguard Workerpackage ${test.package}
3*7a7160feSAndroid Build Coastguard Worker
4*7a7160feSAndroid Build Coastguard Workerimport kotlinx.coroutines.testing.*
5*7a7160feSAndroid Build Coastguard Workerimport kotlinx.coroutines.guide.test.*
6*7a7160feSAndroid Build Coastguard Workerimport org.junit.Test
7*7a7160feSAndroid Build Coastguard Worker
8*7a7160feSAndroid Build Coastguard Workerclass ${test.name} : ReactiveTestBase() {