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

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

            authorWindow.Show();
        }