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

org.testng.internal.invokers.InvokedMethodListenerMethod Maven / Gradle / Ivy

There is a newer version: 7.10.1
Show newest version
package org.testng.internal.invokers;

import org.testng.IInvokedMethodListener;
import org.testng.IInvokedMethodListener2;

/**
 * Indicates which of the methods of a {@link IInvokedMethodListener} or
 * {@link IInvokedMethodListener2} should be called.
 *
 * @author Ansgar Konermann
 */
public enum InvokedMethodListenerMethod {
  BEFORE_INVOCATION,
  AFTER_INVOCATION
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy