Class FinalMockCandidateFilter

  • All Implemented Interfaces:
    MockCandidateFilter

    public class FinalMockCandidateFilter
    extends java.lang.Object
    implements MockCandidateFilter
    This node returns an actual injecter which will be either :
    • an OngoingInjecter that do nothing if a candidate couldn't be found
    • an OngoingInjecter that will try to inject the candidate trying first the property setter then if not possible try the field access
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      OngoingInjecter filterCandidate​(java.util.Collection<java.lang.Object> mocks, java.lang.reflect.Field field, java.lang.Object fieldInstance)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • FinalMockCandidateFilter

        public FinalMockCandidateFilter()