![JAR search and dependency download from the Maven repository](/logo.png)
com.polonium.core.exceptions.ThenException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of polonium-webdriver Show documentation
Show all versions of polonium-webdriver Show documentation
Polonium-Webdriver extends polonium core with paging functionality (page-object pattern),
and handles/recognizes fails made by selenium driver. This version has Polonium-Core included.
package com.polonium.core.exceptions;
/** Exception should be thrown on wrong test result / assertions
*
* @author Marek Serwanski
*
*/
public class ThenException extends PoloniumException {
private static final long serialVersionUID = 1L;
public ThenException(String message) {
super(message);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy