15 references to GetTestDataValue
Microsoft.AspNetCore.App.UnitTests (15)
TestData.cs (15)
323
public static string GetSharedFxVersion() =>
GetTestDataValue
("SharedFxVersion");
325
public static string GetDefaultNetCoreTargetFramework() =>
GetTestDataValue
("DefaultNetCoreTargetFramework");
327
public static string GetMicrosoftNETCoreAppVersion() =>
GetTestDataValue
("MicrosoftNETCoreAppRefVersion");
329
public static string GetReferencePackSharedFxVersion() =>
GetTestDataValue
("ReferencePackSharedFxVersion");
331
public static string GetRepositoryCommit() =>
GetTestDataValue
("RepositoryCommit");
333
public static string GetSharedFxRuntimeIdentifier() =>
GetTestDataValue
("TargetRuntimeIdentifier");
335
public static string GetSharedFrameworkBinariesFromRepo() =>
GetTestDataValue
("SharedFrameworkBinariesFromRepo");
337
public static string GetSharedFxDependencies() =>
GetTestDataValue
("SharedFxDependencies");
339
public static string GetTargetingPackDependencies() =>
GetTestDataValue
("TargetingPackDependencies");
341
public static string GetRuntimeTargetingPackDependencies() =>
GetTestDataValue
("RuntimeTargetingPackDependencies");
343
public static string GetAspNetCoreTargetingPackDependencies() =>
GetTestDataValue
("AspNetCoreTargetingPackDependencies");
345
public static string GetPackagesFolder() =>
GetTestDataValue
("PackagesFolder");
347
public static string GetPackageLayoutRoot() =>
GetTestDataValue
("PackageLayoutRoot");
349
public static bool VerifyAncmBinary() => string.Equals(
GetTestDataValue
("VerifyAncmBinary"), "true", StringComparison.OrdinalIgnoreCase);
351
public static bool VerifyPackageAssemblyVersions() => string.Equals(
GetTestDataValue
("VerifyPackageAssemblyVersions"), "true", StringComparison.OrdinalIgnoreCase);