Interface MockMetadata

All Known Implementing Classes:
AnnotationMockMetadata

public interface MockMetadata
  • Method Details

    • getFieldName

      String getFieldName()
    • getQualifier

      String getQualifier()
    • getAnnotation

      Class<? extends Annotation> getAnnotation()
    • getType

      Class<?> getType()
    • getMethods

      Method[] getMethods()
    • getMock

      Object getMock()
    • setMock

      void setMock(Object mock)