Package net.binis.codegen.mock
Class CodeGenMatcher
java.lang.Object
net.binis.codegen.mock.CodeGenMatcher
-
Method Summary
Modifier and TypeMethodDescriptionstatic <T> Tany()static <T> Tstatic doublestatic floatanyFloat()static intanyInt()static longanyLong()static Stringstatic LongSuppliernever()static LongSupplieronce()static <T> Supplier<T> ordered(T... list) static <T> Supplier<T> orderedList(List<T> list) static LongSupplierthrice()static LongSuppliertimes(int times) static LongSuppliertwice()
-
Method Details
-
anyString
-
anyLong
public static long anyLong() -
anyInt
public static int anyInt() -
anyDouble
public static double anyDouble() -
anyFloat
public static float anyFloat() -
any
public static <T> T any() -
any
-
ordered
-
orderedList
-
times
-
never
-
once
-
twice
-
thrice
-