Class RiderTestRunner
Is called by Rider Unity plugin via reflections
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 |