com.nordstrom.automation.junit.MethodAccessor 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 junitparams.internal.TestMethod;
/**
* This interface declares an accessor for the [method] field of {@code junitparams.internal.ParameterisedTestMethodRunner}.
*/
public interface MethodAccessor {
/**
* Get the JUnitParams test method of this parameterized runner.
*
* @return {@link TestMethod} assigned to this runner
*/
TestMethod getMethod();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy