logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Class UnityMenuSubmitServiceTests

    Tests for UnityMenuSubmitService's dependency-only path DispatchOptionSignal: each of an option's submit signals is dispatched, a null dispatcher throws, and an option with no signals dispatches nothing. The view-coupled overloads are not exercised here (they require a fully initialized UnityMenuView / live components).

    Inheritance
    object
    UnityMenuSubmitServiceTests
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Serenity.UnityMenu.Tests.Infrastructure
    Assembly: Tests.dll
    Syntax
    public class UnityMenuSubmitServiceTests

    Constructors

    UnityMenuSubmitServiceTests()

    Declaration
    public UnityMenuSubmitServiceTests()

    Methods

    DispatchOptionSignal_NullDispatcher_Throws()

    Declaration
    public void DispatchOptionSignal_NullDispatcher_Throws()

    DispatchOptionSignal_NullSignalEntriesSkipped()

    Declaration
    public void DispatchOptionSignal_NullSignalEntriesSkipped()

    DispatchOptionSignal_OptionWithNoSignals_DispatchesNothing()

    Declaration
    public void DispatchOptionSignal_OptionWithNoSignals_DispatchesNothing()

    DispatchOptionSignal_OptionWithSignals_DispatchesEach()

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