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

guru.mocker.java.junit.five.api.util.MockerUtil Maven / Gradle / Ivy

package guru.mocker.java.junit.five.api.util;

import org.junit.jupiter.params.provider.Arguments;

public class MockerUtil
{
    private MockerUtil(){}
    public static Arguments arguments(Object... arguments){
        return Arguments.of(Arguments.of(arguments));
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy