logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Class UnityProcessRunnerTests

    Tests for UnityProcessRunner. Editor-only.

    Inheritance
    object
    UnityProcessRunnerTests
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Serenity.UnityGlobal.Tests.Editor
    Assembly: Tests.Editor.dll
    Syntax
    public class UnityProcessRunnerTests

    Constructors

    UnityProcessRunnerTests()

    Declaration
    public UnityProcessRunnerTests()

    Methods

    GetDotnet_NonExistentPath_ReturnsFallback()

    Declaration
    public void GetDotnet_NonExistentPath_ReturnsFallback()

    GetDotnet_ReturnsNonNull()

    Declaration
    public void GetDotnet_ReturnsNonNull()

    RunProcessLogged_NonZeroExit_ThrowsException()

    Declaration
    public void RunProcessLogged_NonZeroExit_ThrowsException()

    RunProcessLogged_ValidCommand_DoesNotThrow()

    Declaration
    public void RunProcessLogged_ValidCommand_DoesNotThrow()

    RunProcess_InvalidCommand_ThrowsWin32Exception()

    Declaration
    public void RunProcess_InvalidCommand_ThrowsWin32Exception()

    RunProcess_NonZeroExit_ReturnsFalseAndLogsError()

    Declaration
    public void RunProcess_NonZeroExit_ReturnsFalseAndLogsError()

    RunProcess_ValidCommand_ReturnsTrue()

    Declaration
    public void RunProcess_ValidCommand_ReturnsTrue()

    RunProcess_WithDotnetTools_DoesNotThrow()

    Declaration
    public void RunProcess_WithDotnetTools_DoesNotThrow()

    StartProcess_InvalidCommand_ReturnsNullAndLogsError()

    Declaration
    public void StartProcess_InvalidCommand_ReturnsNullAndLogsError()

    StartProcess_ValidCommand_ReturnsProcess()

    Declaration
    public void StartProcess_ValidCommand_ReturnsProcess()

    TryKill_AlreadyExitedProcess_DoesNotThrow()

    Declaration
    public void TryKill_AlreadyExitedProcess_DoesNotThrow()

    TryKill_NullProcess_DoesNotThrow()

    Declaration
    public void TryKill_NullProcess_DoesNotThrow()
    In this article
    © 2026 Serenity. All Rights Reserved