docs.unity3d.com
    Show / Hide Table of Contents

    Class MessageSendingTests

    Inheritance
    Object
    MessageSendingTests
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: Unity.Netcode.EditorTests
    Syntax
    public class MessageSendingTests

    Methods

    SetUp()

    Declaration
    public void SetUp()

    TearDown()

    Declaration
    public void TearDown()

    WhenExceedingBatchSize_NewBatchesAreCreated(Int32)

    Declaration
    public void WhenExceedingBatchSize_NewBatchesAreCreated(int maxMessageSize)
    Parameters
    Type Name Description
    Int32 maxMessageSize

    WhenExceedingMTUSizeWithFragmentedDelivery_NewBatchesAreNotCreated(Int32)

    Declaration
    public void WhenExceedingMTUSizeWithFragmentedDelivery_NewBatchesAreNotCreated(int maxMessageSize)
    Parameters
    Type Name Description
    Int32 maxMessageSize

    WhenNotExceedingBatchSize_NewBatchesAreNotCreated()

    Declaration
    public void WhenNotExceedingBatchSize_NewBatchesAreNotCreated()

    WhenProcessingSendQueue_MessageIsSent()

    Declaration
    public void WhenProcessingSendQueue_MessageIsSent()

    WhenReceivingAMessageWithoutAHandler_ExceptionIsLogged()

    Declaration
    public void WhenReceivingAMessageWithoutAHandler_ExceptionIsLogged()

    WhenSendingMessage_NothingIsSentBeforeProcessingSendQueue()

    Declaration
    public void WhenSendingMessage_NothingIsSentBeforeProcessingSendQueue()

    WhenSendingMessage_SerializeIsCalled()

    Declaration
    public void WhenSendingMessage_SerializeIsCalled()

    WhenSendingMessaged_SentDataIsCorrect()

    Declaration
    public void WhenSendingMessaged_SentDataIsCorrect()

    WhenSendingMultipleMessages_MessagesAreBatched()

    Declaration
    public void WhenSendingMultipleMessages_MessagesAreBatched()

    WhenSwitchingChannel_NewBatchesAreNotCreated()

    Declaration
    public void WhenSwitchingChannel_NewBatchesAreNotCreated()

    WhenSwitchingDelivery_NewBatchesAreCreated()

    Declaration
    public void WhenSwitchingDelivery_NewBatchesAreCreated()
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023