Class InvalidConnectionEventsTest
Inheritance
InvalidConnectionEventsTest
Assembly: solution.dll
Syntax
public class InvalidConnectionEventsTest : NetcodeIntegrationTest
Constructors
InvalidConnectionEventsTest()
Declaration
public InvalidConnectionEventsTest()
Properties
NumberOfClients
Declaration
protected override int NumberOfClients { get; }
Property Value
Overrides
Methods
WhenSendingConnectionApprovedFromAnyClient_ConnectionApprovedMessageIsRejected()
Declaration
[UnityTestAttribute]
public IEnumerator WhenSendingConnectionApprovedFromAnyClient_ConnectionApprovedMessageIsRejected()
Returns
WhenSendingConnectionApprovedToAlreadyConnectedClient_ConnectionApprovedMessageIsRejected()
Declaration
[UnityTestAttribute]
public IEnumerator WhenSendingConnectionApprovedToAlreadyConnectedClient_ConnectionApprovedMessageIsRejected()
Returns
WhenSendingConnectionRequestFromAlreadyConnectedClient_ConnectionRequestMessageIsRejected()
Declaration
[UnityTestAttribute]
public IEnumerator WhenSendingConnectionRequestFromAlreadyConnectedClient_ConnectionRequestMessageIsRejected()
Returns
WhenSendingConnectionRequestToAnyClient_ConnectionRequestMessageIsRejected()
Declaration
[UnityTestAttribute]
public IEnumerator WhenSendingConnectionRequestToAnyClient_ConnectionRequestMessageIsRejected()
Returns