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

fr.vergne.pester.PesterTestUtil Maven / Gradle / Ivy

The newest version!
package fr.vergne.pester;

import java.util.Collections;
import java.util.List;

public class PesterTestUtil

{ static List noParameter() { return Collections.emptyList(); } }