You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
609 B
16 lines
609 B
#
|
|
# 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 |