1 instantiation of VersionIdentifierTestAsset
Microsoft.DotNet.VersionTools.Tests (1)
BuildManifest\VersionIdentiferTests.cs (1)
81
testAssets.Add(new
VersionIdentifierTestAsset
(name, expectedVersion, nameWithoutVersions, i + 1));
5 references to VersionIdentifierTestAsset
Microsoft.DotNet.VersionTools.Tests (5)
BuildManifest\VersionIdentiferTests.cs (5)
49
List<
VersionIdentifierTestAsset
> testAssets = GetTestAssets();
51
foreach (
VersionIdentifierTestAsset
testAsset in testAssets)
64
private List<
VersionIdentifierTestAsset
> GetTestAssets()
66
List<
VersionIdentifierTestAsset
> testAssets = new List<
VersionIdentifierTestAsset
>();