Roman Elizarov | 660c2d7 | 2020-02-14 13:18:37 +0300 | [diff] [blame] | 1 | /* |
2 | * Copyright 2016-2020 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license. | ||||
3 | */ | ||||
4 | |||||
5 | // This file was automatically generated from ${file.name} by Knit tool. Do not edit. | ||||
6 | package ${test.package} | ||||
7 | |||||
8 | import kotlinx.coroutines.guide.test.* | ||||
9 | import org.junit.Test | ||||
10 | |||||
11 | class ${test.name} : ReactiveTestBase() { |