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

net.thucydides.core.steps.MethodRunner Maven / Gradle / Ivy

package net.thucydides.core.steps;

import net.sf.cglib.proxy.MethodProxy;

import java.lang.reflect.Method;

interface MethodRunner {
        Object invokeMethodAndNotifyFailures(Object obj, Method method, Object[] args, MethodProxy proxy, Object result) throws Throwable;
    }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy