Searched refs:isLandscapeProperty (Results 1 – 1 of 1) sorted by relevance
59 private String isLandscapeProperty = "IsLandscape"; field in CheckPage106 …SWUtil.setDefaultPageStyleProperty(xComponent, isLandscapeProperty, new Boolean(this.isLandscape)); in testPage()119 …ndScape = ((Boolean)SWUtil.getDefaultPageStyleProperty(xComponent, isLandscapeProperty)).booleanVa… in testPage()136 …ndScape = ((Boolean)SWUtil.getDefaultPageStyleProperty(xComponent, isLandscapeProperty)).booleanVa… in testPage()151 …Assert.assertEquals(preDescription + ":" + this.isLandscapeProperty,this.isLandscape, isLandScape); in compare()
Completed in 10 milliseconds