Add extra comments to server init tests
This commit is contained in:
parent
310786a28a
commit
e5f44ead8f
1 changed files with 3 additions and 0 deletions
|
|
@ -7,6 +7,9 @@ namespace TShockLauncher.Tests;
|
||||||
|
|
||||||
public class ServerInitTests
|
public class ServerInitTests
|
||||||
{
|
{
|
||||||
|
/// <summary>
|
||||||
|
/// This test will ensure that the TSAPI binary boots up as expected
|
||||||
|
/// </summary>
|
||||||
[TestCase]
|
[TestCase]
|
||||||
public void EnsureBoots()
|
public void EnsureBoots()
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue