docs.unity.cn
    Show / Hide Table of Contents

    Class MessageSendingTests

    Inheritance
    Object
    MessageSendingTests
    Namespace: Unity.Netcode.EditorTests
    Syntax
    public class MessageSendingTests

    Methods

    SetUp()

    Declaration
    public void SetUp()

    TearDown()

    Declaration
    public void TearDown()

    WhenExceedingBatchSize_NewBatchesAreCreated()

    Declaration
    public void WhenExceedingBatchSize_NewBatchesAreCreated()

    WhenExceedingMTUSizeWithFragmentedDelivery_NewBatchesAreNotCreated()

    Declaration
    public void WhenExceedingMTUSizeWithFragmentedDelivery_NewBatchesAreNotCreated()

    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
    Generated by DocFX
    on Friday, April 21, 2023
    Terms of use