Home
last modified time | relevance | path

Searched refs:TestResult (Results 1 – 1 of 1) sorted by relevance

/reactos/modules/rostests/kmtests/ntos_fsrtl/
H A DFsRtlExpression.c189 BOOLEAN TestResult; in FsRtlIsNameInExpressionTest() local
196 TestResult = FsRtlIsNameInExpression(&Expression, &Name, Tests[i].IgnoreCase, NULL); in FsRtlIsNameInExpressionTest()
198 …ok(TestResult == Tests[i].Expected, "FsRtlIsNameInExpression(%wZ,%wZ,%s,NULL): Expected %s, got %s… in FsRtlIsNameInExpressionTest()
199 …].IgnoreCase ? "TRUE" : "FALSE", Tests[i].Expected ? "TRUE" : "FALSE", TestResult ? "TRUE" : "FALS… in FsRtlIsNameInExpressionTest()
210 BOOLEAN TestResult; in FsRtlIsDbcsInExpressionTest() local
230 TestResult = FsRtlIsDbcsInExpression(&Expression, &Name); in FsRtlIsDbcsInExpressionTest()
232 ok(TestResult == Tests[i].Expected, "FsRtlIsDbcsInExpression(%Z,%Z): Expected %s, got %s\n", in FsRtlIsDbcsInExpressionTest()
233 &Expression, &Name, Tests[i].Expected ? "TRUE" : "FALSE", TestResult ? "TRUE" : "FALSE"); in FsRtlIsDbcsInExpressionTest()