[ADDITION] Game command unit tests

This commit is contained in:
Dogukan
2020-10-23 23:51:38 +02:00
parent 7601db667c
commit 3963e07568
2 changed files with 100 additions and 47 deletions

View File

@@ -136,52 +136,5 @@ namespace Tests
};
}
[TestMethod]
public void TestConstructGameStartData()
{
byte identifier = 0x05;
dynamic payload = new
{
};
}
[TestMethod]
public void TestConstructGameTimerElapsedMessage()
{
byte identifier = 0x05;
dynamic payload = new
{
};
}
[TestMethod]
public void TestGetGameCommand()
{
byte identifier = 0x05;
dynamic payload = new
{
};
}
[TestMethod]
public void TestGetStartGameLobbyID()
{
byte identifier = 0x05;
dynamic payload = new
{
};
}
}
}