4648
This commit is contained in:
@@ -1,25 +1,25 @@
|
||||
using Xunit;
|
||||
|
||||
namespace raven_integration
|
||||
{
|
||||
|
||||
public class ServerStateTest
|
||||
{
|
||||
|
||||
/// <summary>
|
||||
/// Test get state
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public async void ServerStateShouldReturnOk()
|
||||
{
|
||||
ApiResponse a = await Util.GetAsync("server-state");
|
||||
Util.ValidateDataReturnResponseOk(a);
|
||||
}
|
||||
|
||||
|
||||
//NOTE: can't test set because it would break the other tests
|
||||
|
||||
//==================================================
|
||||
|
||||
}//eoc
|
||||
}//eons
|
||||
using Xunit;
|
||||
|
||||
namespace raven_integration
|
||||
{
|
||||
|
||||
public class ServerStateTest
|
||||
{
|
||||
|
||||
/// <summary>
|
||||
/// Test get state
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public async Task ServerStateShouldReturnOk()
|
||||
{
|
||||
ApiResponse a = await Util.GetAsync("server-state");
|
||||
Util.ValidateDataReturnResponseOk(a);
|
||||
}
|
||||
|
||||
|
||||
//NOTE: can't test set because it would break the other tests
|
||||
|
||||
//==================================================
|
||||
|
||||
}//eoc
|
||||
}//eons
|
||||
|
||||
Reference in New Issue
Block a user