blob: dd9e61d041135313496fb641b2dca20d5a0ad339 [file] [log] [blame]
Roman Elizarov660c2d72020-02-14 13:18:37 +03001/*
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.
6package ${test.package}
7
8import kotlinx.coroutines.guide.test.*
9import org.junit.Test
10
11class ${test.name} : ReactiveTestBase() {