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

com.nordstrom.automation.junit.MethodAccessor Maven / Gradle / Ivy

There is a newer version: 17.1.1
Show newest version
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