Show / Hide Table of Contents

    Class CompositorTestsBase

    Inheritance
    Object
    CompositorTestsBase
    CompositionManagerTests
    TextureManagerTests
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: Microsoft.MixedReality.SpectatorView.Tests
    Assembly: cs.temp.dll.dll
    Syntax
    public class CompositorTestsBase

    Fields

    filesToDelete

    Declaration
    protected List<string> filesToDelete
    Field Value
    Type Description
    List<String>

    Properties

    CompositionManager

    Declaration
    public CompositionManager CompositionManager { get; }
    Property Value
    Type Description
    CompositionManager

    Methods

    AssertAllCompositeTexturesCreated(String)

    Declaration
    protected void AssertAllCompositeTexturesCreated(string captureDeviceName)
    Parameters
    Type Name Description
    String captureDeviceName

    AssertAllQuadTexturesCreated(String)

    Declaration
    protected void AssertAllQuadTexturesCreated(string captureDeviceName)
    Parameters
    Type Name Description
    String captureDeviceName

    AssertTexturesInitialize(String)

    Declaration
    protected IEnumerator AssertTexturesInitialize(string captureDeviceName)
    Parameters
    Type Name Description
    String captureDeviceName
    Returns
    Type Description
    IEnumerator

    AssertTextureSize(Texture, Int32, Int32)

    Declaration
    protected void AssertTextureSize(Texture texture, int width, int height)
    Parameters
    Type Name Description
    Texture texture
    Int32 width
    Int32 height

    SetUp()

    Declaration
    public void SetUp()

    TearDown()

    Declaration
    public void TearDown()
    Back to top Generated by DocFX