Пример #1
0
        public static void testGrantAccount()
        {
            GrantAccount grantAccount = new GrantAccount();

            grantAccount.AddGrantAccount("1131975903", "1131975903");
            grantAccount.AddGrantAccount("333", "555");
            grantAccount.AddGrantAccount("666", "777");
            Console.WriteLine(grantAccount.GetGrantAccounts());
        }
Пример #2
0
        public void AddGrantAccountTest()
        {
            GrantAccount target   = new GrantAccount(); // TODO: Initialize to an appropriate value
            string       ownerUin = string.Empty;       // TODO: Initialize to an appropriate value
            string       subUin   = string.Empty;       // TODO: Initialize to an appropriate value

            target.AddGrantAccount(ownerUin, subUin);
            Assert.Inconclusive("A method that does not return a value cannot be verified.");
        }
Пример #3
0
        public void testGrantAccount()
        {
            GrantAccount grantAccount = new GrantAccount();

            grantAccount.AddGrantAccount("1131975903", "1131975903");
        }