logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Class UnityUiComponentParametersTests

    Tests for the Unity slider/selector component parameter DTOs: their constructors map the engine-agnostic config (id, index, range/options, value type, label, alignment) onto both the concrete fields and the foundation-agnostic interface views used by the application layer.

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

    Constructors

    UnityUiComponentParametersTests()

    Declaration
    public UnityUiComponentParametersTests()

    Methods

    SelectorParameters_BasicConstructor_MapsOptionsAndSelectedIndex()

    Declaration
    public void SelectorParameters_BasicConstructor_MapsOptionsAndSelectedIndex()

    SelectorParameters_DefaultConstructor_UsesStringTypeAndEmptyOptions()

    Declaration
    public void SelectorParameters_DefaultConstructor_UsesStringTypeAndEmptyOptions()

    SelectorParameters_ExposesSelectionThroughSelectableInterface()

    Declaration
    public void SelectorParameters_ExposesSelectionThroughSelectableInterface()

    SliderParameters_BasicConstructor_MapsRangeAndValueType()

    Declaration
    public void SliderParameters_BasicConstructor_MapsRangeAndValueType()

    SliderParameters_DefaultConstructor_StartsAtZeroValue()

    Declaration
    public void SliderParameters_DefaultConstructor_StartsAtZeroValue()

    SliderParameters_ExposesValueThroughSlideableInterface()

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