Exemplo n.º 1
0
        // ReSharper disable RedundantArgumentDefaultValue

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

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

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