docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class CustomTestRunCallback

    Inheritance
    object
    CustomTestRunCallback
    Implements
    ITestRunCallback
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Global Namespace
    Assembly: UnityEngine.TestTools.Graphics.dll
    Syntax
    public class CustomTestRunCallback : ITestRunCallback

    Methods

    RunFinished(ITestResult)

    Declaration
    public void RunFinished(ITestResult testResults)
    Parameters
    Type Name Description
    ITestResult testResults

    RunStarted(ITest)

    Declaration
    public void RunStarted(ITest testsToRun)
    Parameters
    Type Name Description
    ITest testsToRun

    TestFinished(ITestResult)

    Declaration
    public void TestFinished(ITestResult result)
    Parameters
    Type Name Description
    ITestResult result

    TestStarted(ITest)

    Declaration
    public void TestStarted(ITest test)
    Parameters
    Type Name Description
    ITest test

    Implements

    ITestRunCallback
    In This Article
    Back to top
    Copyright © 2025 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)