Test.WPFPasswordBoxTest.TestChangePasswordAsync C# (CSharp) Méthode

TestChangePasswordAsync() private méthode

private TestChangePasswordAsync ( ) : void
Résultat void
        public void TestChangePasswordAsync()
        {
            app.Type(GetType()).MessageBoxEvent(password);
            password.EmulateChangePassword("abc", new Async());
            new NativeMessageBox(window.WaitForNextModal()).EmulateButtonClick("OK");
            Assert.AreEqual("abc", password.Password);
        }