Interface MockMaker.TypeMockability

Enclosing interface:
MockMaker

public static interface MockMaker.TypeMockability
Carries the mockability information
Since:
2.1.0
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    informs if type is mockable
    informs why type is not mockable
  • Method Details

    • mockable

      boolean mockable()
      informs if type is mockable
    • nonMockableReason

      String nonMockableReason()
      informs why type is not mockable