logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Class CheckpointSnapshotBehaviorTests

    Additional behavioral tests for the CheckpointSnapshot value object.

    Inheritance
    object
    CheckpointSnapshotBehaviorTests
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Serenity.Checkpoint.Tests.Domain
    Assembly: Tests.dll
    Syntax
    public class CheckpointSnapshotBehaviorTests

    Constructors

    CheckpointSnapshotBehaviorTests()

    Declaration
    public CheckpointSnapshotBehaviorTests()

    Methods

    Equals_Object_Null_ReturnsFalse()

    Declaration
    public void Equals_Object_Null_ReturnsFalse()

    Equals_Reflexive_ReturnsTrue()

    Declaration
    public void Equals_Reflexive_ReturnsTrue()

    Equals_SameIdAndSlot_DifferentMetadata_ReturnsTrue()

    Declaration
    public void Equals_SameIdAndSlot_DifferentMetadata_ReturnsTrue()

    GetHashCode_DifferentId_DiffersFromOther()

    Declaration
    public void GetHashCode_DifferentId_DiffersFromOther()

    GetHashCode_DifferentSlot_DiffersFromOther()

    Declaration
    public void GetHashCode_DifferentSlot_DiffersFromOther()

    HasData_MultiByteData_ReturnsTrue()

    Declaration
    public void HasData_MultiByteData_ReturnsTrue()

    OperatorEquals_DifferentId_ReturnsFalse()

    Declaration
    public void OperatorEquals_DifferentId_ReturnsFalse()

    OperatorNotEquals_SameIdAndSlot_ReturnsFalse()

    Declaration
    public void OperatorNotEquals_SameIdAndSlot_ReturnsFalse()

    SetUp()

    Declaration
    public void SetUp()

    ToString_ContainsIdValue()

    Declaration
    public void ToString_ContainsIdValue()

    ToString_ContainsSlotName()

    Declaration
    public void ToString_ContainsSlotName()

    ToString_EmptyArray_ContainsEmpty()

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