Package com.xwiki.pro.test.po.generic
Class ContributorsMacro
- java.lang.Object
-
- org.xwiki.test.ui.po.BaseElement
-
- com.xwiki.pro.test.po.generic.ContributorsMacro
-
public class ContributorsMacro extends org.xwiki.test.ui.po.BaseElementRepresents a Contributors macro and provides access to its attributes.- Since:
- 1.28
- Version:
- $Id$
-
-
Constructor Summary
Constructors Constructor Description ContributorsMacro(org.openqa.selenium.WebElement macro)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Integer>getContributionCounts()List<String>getNames()StringgetNoneFoundMessage()List<String>getPages()booleanhasContributionCount()booleanhasLastModifiedDates()booleanhasNonePagesMessage()booleanhasPages()booleanisListMode()
-
-
-
Method Detail
-
isListMode
public boolean isListMode()
-
hasLastModifiedDates
public boolean hasLastModifiedDates()
-
getNoneFoundMessage
public String getNoneFoundMessage()
-
hasPages
public boolean hasPages()
-
hasContributionCount
public boolean hasContributionCount()
-
hasNonePagesMessage
public boolean hasNonePagesMessage()
-
-