Class CodeGenMatcher

java.lang.Object
net.binis.codegen.mock.CodeGenMatcher

public class CodeGenMatcher extends Object
  • Method Details

    • anyString

      public static String 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

      public static <T> T any(Class<T> cls)
    • ordered

      @SafeVarargs public static <T> Supplier<T> ordered(T... list)
    • orderedList

      public static <T> Supplier<T> orderedList(List<T> list)
    • times

      public static LongSupplier times(int times)
    • never

      public static LongSupplier never()
    • once

      public static LongSupplier once()
    • twice

      public static LongSupplier twice()
    • thrice

      public static LongSupplier thrice()