Examples of DecoratorPage


Examples of com.google.sitebricks.acceptance.page.DecoratorPage

@Test(suiteName = AcceptanceTest.SUITE)
public class DecoratorAcceptanceTest {

  public void shouldRenderHelloWorldEmbeddedWithRequires() {
    WebDriver driver = AcceptanceTest.createWebDriver();
    DecoratorPage page = DecoratorPage.open(driver);

    assert page.hasBasePageText();
    assert page.hasSubclassVariable();
    assert page.hasSubclassText();
    assert page.hasSubclassVariableInTemplate();
    assert page.hasBasePageVariable();
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.