diff options
Diffstat (limited to 'src/test/DUtilUnitTest/VarHelpers.h')
-rw-r--r-- | src/test/DUtilUnitTest/VarHelpers.h | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/src/test/DUtilUnitTest/VarHelpers.h b/src/test/DUtilUnitTest/VarHelpers.h deleted file mode 100644 index 9b781ce6..00000000 --- a/src/test/DUtilUnitTest/VarHelpers.h +++ /dev/null | |||
@@ -1,20 +0,0 @@ | |||
1 | #pragma once | ||
2 | // Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. | ||
3 | |||
4 | |||
5 | namespace DutilTests | ||
6 | { | ||
7 | |||
8 | void VarSetStringHelper(VARIABLES_HANDLE pVariables, LPCWSTR wzVariable, LPCWSTR wzValue); | ||
9 | void VarSetNumericHelper(VARIABLES_HANDLE pVariables, LPCWSTR wzVariable, LONGLONG llValue); | ||
10 | void VarSetVersionHelper(VARIABLES_HANDLE pVariables, LPCWSTR wzVariable, DWORD64 qwValue); | ||
11 | void VarGetStringHelper(VARIABLES_HANDLE pVariables, LPCWSTR wzVariable, LPCWSTR wzExpectedValue); | ||
12 | void VarGetNumericHelper(VARIABLES_HANDLE pVariables, LPCWSTR wzVariable, LONGLONG llExpectedValue); | ||
13 | void VarGetVersionHelper(VARIABLES_HANDLE pVariables, LPCWSTR wzVariable, DWORD64 qwExpectedValue); | ||
14 | void VarGetFormattedHelper(VARIABLES_HANDLE pVariables, LPCWSTR wzVariable, LPCWSTR wzExpectedValue); | ||
15 | void VarFormatStringHelper(VARIABLES_HANDLE pVariables, LPCWSTR wzIn, LPCWSTR wzExpectedValue); | ||
16 | void VarEscapeStringHelper(LPCWSTR wzIn, LPCWSTR wzExpectedValue); | ||
17 | bool EvaluateConditionHelper(VARIABLES_HANDLE pVariables, LPCWSTR wzCondition); | ||
18 | bool EvaluateFailureConditionHelper(VARIABLES_HANDLE pVariables, LPCWSTR wzCondition); | ||
19 | |||
20 | } | ||