GetSubAccounts() 공개 메소드

public GetSubAccounts ( ) : IList
리턴 IList
예제 #1
0
        public void GetSubAccountsReturnsAccountListResource()
        {
            var account = new TwilioAccountMock();
            var phoneAutomation = new PhoneAutomation(account);
            var accounts = phoneAutomation.GetSubAccounts();

            Assert.IsNotNull(accounts);
        }