15 references to GetTestDataValue
Microsoft.AspNetCore.App.UnitTests (15)
TestData.cs (15)
318
public static string GetSharedFxVersion() =>
GetTestDataValue
("SharedFxVersion");
320
public static string GetDefaultNetCoreTargetFramework() =>
GetTestDataValue
("DefaultNetCoreTargetFramework");
322
public static string GetMicrosoftNETCoreAppPackageVersion() =>
GetTestDataValue
("MicrosoftNETCoreAppRuntimeVersion");
324
public static string GetReferencePackSharedFxVersion() =>
GetTestDataValue
("ReferencePackSharedFxVersion");
326
public static string GetRepositoryCommit() =>
GetTestDataValue
("RepositoryCommit");
328
public static string GetSharedFxRuntimeIdentifier() =>
GetTestDataValue
("TargetRuntimeIdentifier");
330
public static string GetSharedFrameworkBinariesFromRepo() =>
GetTestDataValue
("SharedFrameworkBinariesFromRepo");
332
public static string GetSharedFxDependencies() =>
GetTestDataValue
("SharedFxDependencies");
334
public static string GetTargetingPackDependencies() =>
GetTestDataValue
("TargetingPackDependencies");
336
public static string GetRuntimeTargetingPackDependencies() =>
GetTestDataValue
("RuntimeTargetingPackDependencies");
338
public static string GetAspNetCoreTargetingPackDependencies() =>
GetTestDataValue
("AspNetCoreTargetingPackDependencies");
340
public static string GetPackagesFolder() =>
GetTestDataValue
("PackagesFolder");
342
public static string GetPackageLayoutRoot() =>
GetTestDataValue
("PackageLayoutRoot");
344
public static bool VerifyAncmBinary() => string.Equals(
GetTestDataValue
("VerifyAncmBinary"), "true", StringComparison.OrdinalIgnoreCase);
346
public static bool VerifyPackageAssemblyVersions() => string.Equals(
GetTestDataValue
("VerifyPackageAssemblyVersions"), "true", StringComparison.OrdinalIgnoreCase);