示例#1
0
        public void Test2()
        {
            SearchMethods pageMethods = new SearchMethods();

            pageMethods.SearchResult(tittlePage, tittleType);
            pageMethods.SearchBar(authorBook);
            pageMethods.SearchResult(authorBook, authorType);
        }
示例#2
0
        public void Test1()
        {
            SearchMethods pageMethods = new SearchMethods();

            pageMethods.SearchResult(tittlePage, tittleType);
            pageMethods.SearchBar(tittleBook);
            pageMethods.SearchResult(tittleBook, bookType);
        }