mrtk_developmentreleases/2.0.0releases/2.1.0releases/2.2.0

    Show / Hide Table of Contents

    Class PackageManifestUpdaterTests

    Tests that verify the correct behavior of the PackageManifestUpdater.

    Inheritance
    Object
    PackageManifestUpdaterTests
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    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()
    In This Article
    • Methods
      • MatchingMSBuild()
      • NewerMSBuild()
      • OutdatedMSBuild()
      • TryGetInvalidVersion()
      • TryGetValidVersion()
    Back to top Generated by DocFX