com.nordstrom.automation.junit.Finished Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of junit-foundation Show documentation
Show all versions of junit-foundation Show documentation
This is the foundation framework for JUnit automation
package com.nordstrom.automation.junit;
import java.util.concurrent.Callable;
import net.bytebuddy.implementation.bind.annotation.SuperCall;
import net.bytebuddy.implementation.bind.annotation.This;
public class Finished {
public static void intercept(@This final Object scheduler, @SuperCall final Callable> proxy) throws Exception {
LifecycleHooks.callProxy(proxy);
RunChild.finished();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy