Class GrouperUiBrowserGeneralVerifyVersion
java.lang.Object
edu.internet2.middleware.grouper.app.browser.GrouperUiBrowser
edu.internet2.middleware.grouper.app.browser.GrouperUiBrowserGeneralVerifyVersion
This class is used to verify the version of the ui.
Get the current ui version
Confirm the current ui versionGrouperUiBrowserGeneralVerifyVersion grouperUiBrowserGeneralVerifyVersion = new GrouperUiBrowserGeneralVerifyVersion(page).browse(); String uiVersion = grouperUiBrowserGeneralVerifyVersion.getUiVersion().toString();
new GrouperUiBrowserGeneralVerifyVersion(page).assignExpectedVersion("4.0.0").browse();
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionassignExpectedVersion
(GrouperVersion expectedVersion1) Assigner method for expected versionassignExpectedVersion
(String expectedVersion1) Assigner method for expected versionbrowse()
Method used to verify that the browser starts with the correct version.Getter method for the expected version.getter method for the uiVersionMethods inherited from class edu.internet2.middleware.grouper.app.browser.GrouperUiBrowser
getGrouperPage
-
Constructor Details
-
GrouperUiBrowserGeneralVerifyVersion
-
-
Method Details
-
getExpectedVersion
Getter method for the expected version.- Returns:
- expectedVersion
-
assignExpectedVersion
Assigner method for expected version- Parameters:
expectedVersion1
- is the expected version to be assigned- Returns:
- this object
-
assignExpectedVersion
Assigner method for expected version- Parameters:
expectedVersion1
- is the expected version to be assigned- Returns:
- this object
-
getUiVersion
getter method for the uiVersion- Returns:
-
browse
Method used to verify that the browser starts with the correct version.
-