docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class LinkXMLGeneratorTests

    Inheritance
    object
    LinkXMLGeneratorTests
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: UnityEditor.Build.Pipeline.Tests
    Assembly: Unity.ScriptableBuildPipeline.Editor.Tests.dll
    Syntax
    [TestFixture]
    public class LinkXMLGeneratorTests

    Methods

    AssertAssemblyFullName(string, string)

    Declaration
    public static void AssertAssemblyFullName(string input, string assemblyName)
    Parameters
    Type Name Description
    string input
    string assemblyName

    AssertAssemblyPreserved(string, Assembly)

    Declaration
    public static void AssertAssemblyPreserved(string input, Assembly a)
    Parameters
    Type Name Description
    string input
    Assembly a

    AssertTypePreserved(string, Type)

    Declaration
    public static void AssertTypePreserved(string input, Type t)
    Parameters
    Type Name Description
    string input
    Type t

    AssertTypeWithAttributePreserved(string, string)

    Declaration
    public static void AssertTypeWithAttributePreserved(string input, string fullName)
    Parameters
    Type Name Description
    string input
    string fullName

    CreateDefault_Converts_ExpectedUnityEditorTypes()

    Declaration
    [Test]
    public void CreateDefault_Converts_ExpectedUnityEditorTypes()

    CreateDefault_DoesNotConvert_UnexpectedUnityEditorTypes()

    Declaration
    [Test]
    public void CreateDefault_DoesNotConvert_UnexpectedUnityEditorTypes()

    LinkXML_Is_Sorted()

    Declaration
    [Test]
    public void LinkXML_Is_Sorted()

    LinkXML_Preserves_Assemblies()

    Declaration
    [Test]
    public void LinkXML_Preserves_Assemblies()

    LinkXML_Preserves_MultipleTypes_FromMultipleAssemblies()

    Declaration
    [Test]
    public void LinkXML_Preserves_MultipleTypes_FromMultipleAssemblies()

    LinkXML_Preserves_SerializeClasses()

    Declaration
    [Test]
    public void LinkXML_Preserves_SerializeClasses()

    OnTearDown()

    Declaration
    [TearDown]
    public void OnTearDown()

    ReadLinkXML(string, out int, out int)

    Declaration
    public static string ReadLinkXML(string linkFile, out int assemblyCount, out int typeCount)
    Parameters
    Type Name Description
    string linkFile
    int assemblyCount
    int typeCount
    Returns
    Type Description
    string
    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)