Interface MockName


  • public interface MockName
    Represents the name of the mock as shown in the verification failure reports, etc.
    • Method Detail

      • isDefault

        boolean isDefault()
        default name means generated by Mockito. non-default means the user has named the mock at creation.