All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.polonium.core.exceptions.ThenException Maven / Gradle / Ivy

Go to download

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.

There is a newer version: 1.2.0.RC1
Show newest version
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