Class NetworkSpawnManagerTests
Inheritance
NetworkSpawnManagerTests
Assembly: solution.dll
Syntax
public class NetworkSpawnManagerTests : NetcodeIntegrationTest
Properties
NumberOfClients
Declaration
protected override int NumberOfClients { get; }
Property Value
Overrides
Methods
TestClientCanAccessOwnPlayer()
Declaration
public void TestClientCanAccessOwnPlayer()
TestClientCanUseGetLocalPlayerObject()
Declaration
public void TestClientCanUseGetLocalPlayerObject()
TestClientCantAccessOtherPlayer()
Declaration
public void TestClientCantAccessOtherPlayer()
TestClientCantAccessServerPlayer()
Declaration
public void TestClientCantAccessServerPlayer()
TestConnectAndDisconnect()
Declaration
[UnityTestAttribute]
public IEnumerator TestConnectAndDisconnect()
Returns
TestServerCanAccessItsOwnPlayer()
Declaration
public void TestServerCanAccessItsOwnPlayer()
TestServerCanAccessOtherPlayers()
Declaration
public void TestServerCanAccessOtherPlayers()
TestServerCanUseGetLocalPlayerObject()
Declaration
public void TestServerCanUseGetLocalPlayerObject()
TestServerGetsNullValueIfInvalidId()
Declaration
public void TestServerGetsNullValueIfInvalidId()