Class PackageManifestUpdaterTests
Tests that verify the correct behavior of the PackageManifestUpdater.
Inherited Members
Namespace: Microsoft.MixedReality.Toolkit.Tests.EditMode.Core.Utilities.Editor
Assembly: cs.temp.dll.dll
Syntax
public class PackageManifestUpdaterTests
Methods
MatchingMSBuild()
Verifies that an exactly matching MSBuild for Unity version returns the correct result.
Declaration
public void MatchingMSBuild()
NewerMSBuild()
Verifies that a more recent MSBuild for Unity version returns the correct result.
Declaration
public void NewerMSBuild()
OutdatedMSBuild()
Verifies that an outdated MSBuild for Unity version string will return the correct result.
Declaration
public void OutdatedMSBuild()
TryGetInvalidVersion()
Verifies parsing of an improperly formatted string returns the correct failure results.
Declaration
public void TryGetInvalidVersion()
TryGetValidVersion()
Verifies parsing of a properly formatted value returns the correct results.
Declaration
public void TryGetValidVersion()