rename test

This commit is contained in:
mischa 2024-09-30 13:06:21 +02:00
parent bf1d415193
commit 83d937740d

View File

@ -33,7 +33,7 @@ public override void TearDown()
// serialize -> deserialize. multiple components to be sure. // serialize -> deserialize. multiple components to be sure.
// one for Owner, one for Observer // one for Owner, one for Observer
[Test] [Test]
public void SerializeAndDeserializeAll() public void SerializeServer_Spawn_OwnerAndObserver()
{ {
// need two of both versions so we can serialize -> deserialize // need two of both versions so we can serialize -> deserialize
CreateNetworkedAndSpawn( CreateNetworkedAndSpawn(
@ -206,7 +206,7 @@ public void SerializationMismatch()
// 0-dirty-mask. instead, we need to ensure it writes nothing. // 0-dirty-mask. instead, we need to ensure it writes nothing.
// too easy to miss, with too significant bandwidth implications. // too easy to miss, with too significant bandwidth implications.
[Test] [Test]
public void SerializeServer_NotInitial_NotDirty_WritesNothing() public void SerializeServer_Broadcast_NotInitial_NotDirty_WritesNothing()
{ {
// create spawned so that isServer/isClient is set properly // create spawned so that isServer/isClient is set properly
CreateNetworkedAndSpawn( CreateNetworkedAndSpawn(