示例#1
0
        public void ListAccounts_Test()
        {
            dynamic response = _client.ListAccounts();

            Assert.NotNull(response);
            Assert.False(response.IsError);
        }