blob: ab2508a114d2e58b2a7f90fc875443a71040df46 [file] [log] [blame]
#
# Copyright 2016-2020 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license.
#
knit.package=kotlinx.coroutines.guide
knit.dir=../kotlinx-coroutines-core/jvm/test/guide/
knit.pattern=example-[a-zA-Z0-9-]+-##\\.kt
knit.include=knit.code.include
test.package=kotlinx.coroutines.guide.test
test.dir=../kotlinx-coroutines-core/jvm/test/guide/test/
test.template=knit.test.template
# Various test validation modes and their corresponding methods from TestUtil
test.mode.=verifyLines
test.mode.STARTS_WITH=verifyLinesStartWith
test.mode.ARBITRARY_TIME=verifyLinesArbitraryTime
test.mode.FLEXIBLE_TIME=verifyLinesFlexibleTime
test.mode.FLEXIBLE_THREAD=verifyLinesFlexibleThread
test.mode.LINES_START_UNORDERED=verifyLinesStartUnordered
test.mode.LINES_START=verifyLinesStart
test.mode.EXCEPTION=verifyExceptions