Package ru.yandex.qatools.htmlelements.testpages

Examples of ru.yandex.qatools.htmlelements.testpages.AnnotatedBySuperclassElementsPage


        assertThat(searchArrow.getWrappedElement(), is(notNullValue()));
    }

    @Test
    public void annotatedBySuperclassElementsPageShouldBeInitialized() {
        AnnotatedBySuperclassElementsPage page = new AnnotatedBySuperclassElementsPage(driver);

        assertThat("Htmlelement annotated by superclass should be not null",
                page.getSearchArrow(), is(notNullValue()));
        assertThat("List annotated by parameter superclass  should be not null",
                page.getCompanyList(), is(notNullValue()));
    }
View Full Code Here

TOP

Related Classes of ru.yandex.qatools.htmlelements.testpages.AnnotatedBySuperclassElementsPage

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.