logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Class UiOptionFactoryTests

    Behavioral tests for UiOptionFactory: each Create* method copies the template's metadata and produces the matching concrete value/default-value subtype.

    Inheritance
    object
    UiOptionFactoryTests
    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.Domain
    Assembly: Tests.dll
    Syntax
    public class UiOptionFactoryTests

    Constructors

    UiOptionFactoryTests()

    Declaration
    public UiOptionFactoryTests()

    Methods

    CreateBoolUiOption_ProducesBoolValueFromSettings()

    Declaration
    public void CreateBoolUiOption_ProducesBoolValueFromSettings()

    CreateFloatUiOption_ProducesFloatValueFromSettings()

    Declaration
    public void CreateFloatUiOption_ProducesFloatValueFromSettings()

    CreateIntegerUiOption_ProducesIntegerValueFromSettings()

    Declaration
    public void CreateIntegerUiOption_ProducesIntegerValueFromSettings()

    CreateSelectableUiOption_ProducesSelectableValueFromOptions()

    Declaration
    public void CreateSelectableUiOption_ProducesSelectableValueFromOptions()

    CreateStringUiOption_ProducesStringValueWithCharacterLimit()

    Declaration
    public void CreateStringUiOption_ProducesStringValueWithCharacterLimit()

    CreateUiOption_CopiesMetadataAndProducesStringValue()

    Declaration
    public void CreateUiOption_CopiesMetadataAndProducesStringValue()

    SetUp()

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