Interface MockMaker.ConstructionMockControl<T>

All Known Implementing Classes:
InlineDelegateByteBuddyMockMaker.InlineConstructionMockControl
Enclosing interface:
MockMaker

@Incubating public static interface MockMaker.ConstructionMockControl<T>
  • Method Details

    • getType

      Class<T> getType()
    • enable

      void enable()
    • disable

      void disable()
    • getMocks

      List<T> getMocks()