logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Class SerializedComponentDataTests

    Behavioral tests for the abstract SerializedComponentData base, exercised through a minimal concrete subclass: the parameterized ctor stores fields and routes signals through ReplaceSignals, and the protected ctor defaults to an empty signal collection.

    Inheritance
    object
    SerializedComponentDataTests
    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 SerializedComponentDataTests

    Constructors

    SerializedComponentDataTests()

    Declaration
    public SerializedComponentDataTests()

    Methods

    ParameterizedCtor_NullSignals_RoutesEmptyCollection()

    Declaration
    public void ParameterizedCtor_NullSignals_RoutesEmptyCollection()

    ParameterizedCtor_StoresAllFields()

    Declaration
    public void ParameterizedCtor_StoresAllFields()

    ParameterizedCtor_WithSignals_RoutesThemThroughReplaceSignals()

    Declaration
    public void ParameterizedCtor_WithSignals_RoutesThemThroughReplaceSignals()

    ProtectedDefaultCtor_LeavesFieldsAtDefaults()

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