1# 2# Copyright 2016-2020 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license. 3# 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 16test.mode.EXCEPTION=verifyExceptions