예제 #1
0
        // ReSharper disable RedundantArgumentDefaultValue

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

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

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