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

com.github.jsdevel.testng.selenium.exceptions.MissingPageFactoryException Maven / Gradle / Ivy

There is a newer version: 0.11.2
Show newest version
package com.github.jsdevel.testng.selenium.exceptions;

/**
 * Thrown to indicate that a {@link java.lang.reflect.Method} annotated with
 * {@link org.testng.annotations.Test} was declared in a class that was missing
 * {@link com.github.jsdevel.testng.selenium.PageFactory}.
 * 
 * @author Joe Spencer
 */
public class MissingPageFactoryException extends RuntimeException {
  public MissingPageFactoryException(String message) {
    super(message);
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy