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. 6package ${test.package} 7 8import kotlinx.coroutines.guide.test.* 9import org.junit.Test 10 11class ${test.name} : ReactiveTestBase() {