xref: /aosp_15_r20/external/kotlinx.coroutines/knit.properties (revision 7a7160fed73afa6648ef8aa100d4a336fe921d9a)
1knit.include=docs/knit.code.include
2test.template=docs/knit.test.template
3
4# Various test validation modes and their corresponding methods from TestUtil
5test.mode.=verifyLines
6test.mode.STARTS_WITH=verifyLinesStartWith
7test.mode.ARBITRARY_TIME=verifyLinesArbitraryTime
8test.mode.FLEXIBLE_TIME=verifyLinesFlexibleTime
9test.mode.FLEXIBLE_THREAD=verifyLinesFlexibleThread
10test.mode.LINES_START_UNORDERED=verifyLinesStartUnordered
11test.mode.LINES_START=verifyLinesStart
12test.mode.EXCEPTION=verifyExceptions
13