Class NuGetTestMode
public static class NuGetTestMode
- Inheritance
-
NuGetTestMode
- Inherited Members
Fields
NuGetTestClientName
public const string NuGetTestClientName = "NuGet Test Client"
Field Value
Properties
Enabled
public static bool Enabled { get; }
Property Value
Methods
InvokeTestFunctionAgainstTestMode<T>(Func<T>, bool)
public static T InvokeTestFunctionAgainstTestMode<T>(Func<T> function, bool testModeEnabled)
Parameters
Returns
- T
Type Parameters
T