GetSubAccounts() public method

public GetSubAccounts ( ) : IList
return IList
        public void GetSubAccountsReturnsAccountListResource()
        {
            var account = new TwilioAccountMock();
            var phoneAutomation = new PhoneAutomation(account);
            var accounts = phoneAutomation.GetSubAccounts();

            Assert.IsNotNull(accounts);
        }