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