Esempio n. 1
0
        public void DeleteAuthors()
        {
            AuthorsWindow del = new AuthorsWindow();

            Assert.IsTrue(del.DeleteAuthors(1));
            Assert.IsFalse(del.DeleteAuthors(7));
        }
Esempio n. 2
0
        public void OpenAuthorWindow()
        {
            AuthorsWindow authorWindow = new AuthorsWindow();

            authorWindow.Show();
        }