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 java.lang.reflect.Method;

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy