Class RiderTestRunner | JetBrains Rider Editor | 2.0.7
docs.unity3d.com
    Show / Hide Table of Contents

    Class RiderTestRunner

    Is called by Rider Unity plugin via reflections

    Inheritance
    Object
    RiderTestRunner
    Namespace: Packages.Rider.Editor.UnitTesting
    Syntax
    [UsedImplicitly]
    public static class RiderTestRunner

    Methods

    RunTests(Int32, String[], String[], String[], String[], Nullable<Int32>)

    Is called by Rider Unity plugin via reflections

    Declaration
    [UsedImplicitly]
    public static void RunTests(int testMode, string[] assemblyNames, string[] testNames, string[] categoryNames, string[] groupNames, int? buildTarget)
    Parameters
    Type Name Description
    Int32 testMode
    String[] assemblyNames
    String[] testNames
    String[] categoryNames
    String[] groupNames
    Nullable<Int32> buildTarget

    RunTestsWithSyncCallbacks(String, Int32, String[], String[], String[], String[], Nullable<Int32>, String, String, String[])

    Is called by Rider Unity plugin via reflections

    Declaration
    [UsedImplicitly]
    public static void RunTestsWithSyncCallbacks(string sessionId, int testMode, string[] assemblyNames, string[] testNames, string[] categoryNames, string[] groupNames, int? buildTarget, string callbacksHandlerCodeBase, string callbacksHandlerTypeName, string[] callbacksHandlerDependencies)
    Parameters
    Type Name Description
    String sessionId
    Int32 testMode
    String[] assemblyNames
    String[] testNames
    String[] categoryNames
    String[] groupNames
    Nullable<Int32> buildTarget
    String callbacksHandlerCodeBase
    String callbacksHandlerTypeName
    String[] callbacksHandlerDependencies
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023