15 references to GetTestDataValue
Microsoft.AspNetCore.App.UnitTests (15)
TestData.cs (15)
305
public static string GetSharedFxVersion() =>
GetTestDataValue
("SharedFxVersion");
307
public static string GetDefaultNetCoreTargetFramework() =>
GetTestDataValue
("DefaultNetCoreTargetFramework");
309
public static string GetMicrosoftNETCoreAppVersion() =>
GetTestDataValue
("MicrosoftNETCoreAppRefVersion");
311
public static string GetReferencePackSharedFxVersion() =>
GetTestDataValue
("ReferencePackSharedFxVersion");
313
public static string GetRepositoryCommit() =>
GetTestDataValue
("RepositoryCommit");
315
public static string GetSharedFxRuntimeIdentifier() =>
GetTestDataValue
("TargetRuntimeIdentifier");
317
public static string GetSharedFrameworkBinariesFromRepo() =>
GetTestDataValue
("SharedFrameworkBinariesFromRepo");
319
public static string GetSharedFxDependencies() =>
GetTestDataValue
("SharedFxDependencies");
321
public static string GetTargetingPackDependencies() =>
GetTestDataValue
("TargetingPackDependencies");
323
public static string GetRuntimeTargetingPackDependencies() =>
GetTestDataValue
("RuntimeTargetingPackDependencies");
325
public static string GetAspNetCoreTargetingPackDependencies() =>
GetTestDataValue
("AspNetCoreTargetingPackDependencies");
327
public static string GetPackagesFolder() =>
GetTestDataValue
("PackagesFolder");
329
public static string GetPackageLayoutRoot() =>
GetTestDataValue
("PackageLayoutRoot");
331
public static bool VerifyAncmBinary() => string.Equals(
GetTestDataValue
("VerifyAncmBinary"), "true", StringComparison.OrdinalIgnoreCase);
333
public static bool VerifyPackageAssemblyVersions() => string.Equals(
GetTestDataValue
("VerifyPackageAssemblyVersions"), "true", StringComparison.OrdinalIgnoreCase);