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.
Inherited Members
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()