// ReSharper disable RedundantArgumentDefaultValue

        public LeaderboardTest()
        {
            _client = TestsUtil.FromSettingsFile();
        }
 public WebSocketPartyTest(ITestOutputHelper testOutputHelper)
 {
     _testOutputHelper = testOutputHelper;
     _client           = TestsUtil.FromSettingsFile();
 }
Exemple #3
0
 // ReSharper disable RedundantArgumentDefaultValue
 public WebSocketMatchTest()
 {
     _client = TestsUtil.FromSettingsFile();
     _socket = Nakama.Socket.From(_client);
 }
Exemple #4
0
 public LinkUnlinkTest()
 {
     _client = TestsUtil.FromSettingsFile();
 }
Exemple #5
0
 public WebSocketUserStatusTest()
 {
     _client = TestsUtil.FromSettingsFile();
 }
Exemple #6
0
        // ReSharper disable RedundantArgumentDefaultValue

        public RpcTest()
        {
            _client = TestsUtil.FromSettingsFile();
        }
Exemple #7
0
 public GroupTest()
 {
     _client = TestsUtil.FromSettingsFile();
     _socket = Nakama.Socket.From(_client);
 }
Exemple #8
0
 public AuthenticateTest()
 {
     _client = TestsUtil.FromSettingsFile();
 }
        // ReSharper disable RedundantArgumentDefaultValue

        public HttpErrorTest()
        {
            _client = TestsUtil.FromSettingsFile();
        }
 public WebSocketNotificationTest()
 {
     _client = TestsUtil.FromSettingsFile();
     _socket = Nakama.Socket.From(_client);
 }