aboutsummaryrefslogtreecommitdiff
path: root/knit.properties
blob: bc177ce44c8bc1fde077948f1572f9b8e7c14696 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#
# Copyright 2016-2020 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license.
#

knit.include=docs/knit.code.include
test.template=docs/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