blob: 45b2216db4fc205dd8a97fc85620f104e23f3842 [file] [log] [blame]
Roman Elizarovb97ebfc2020-10-08 16:04:41 +03001#
Aurimas Liutikas79e555e2021-05-17 17:41:41 +00002# Copyright 2016-2021 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license.
Roman Elizarovb97ebfc2020-10-08 16:04:41 +03003#
4
5knit.include=docs/knit.code.include
6test.template=docs/knit.test.template
7
8# Various test validation modes and their corresponding methods from TestUtil
9test.mode.=verifyLines
10test.mode.STARTS_WITH=verifyLinesStartWith
11test.mode.ARBITRARY_TIME=verifyLinesArbitraryTime
12test.mode.FLEXIBLE_TIME=verifyLinesFlexibleTime
13test.mode.FLEXIBLE_THREAD=verifyLinesFlexibleThread
14test.mode.LINES_START_UNORDERED=verifyLinesStartUnordered
15test.mode.LINES_START=verifyLinesStart
Aurimas Liutikas79e555e2021-05-17 17:41:41 +000016test.mode.EXCEPTION=verifyExceptions