Package org.mockito.internal.progress
Class ArgumentMatcherStorageImpl
java.lang.Object
org.mockito.internal.progress.ArgumentMatcherStorageImpl
- All Implemented Interfaces:
ArgumentMatcherStorage
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionreportMatcher
(org.hamcrest.Matcher matcher) reportOr()
void
reset()
void
-
Field Details
-
TWO_SUB_MATCHERS
public static final int TWO_SUB_MATCHERS- See Also:
-
ONE_SUB_MATCHER
public static final int ONE_SUB_MATCHER- See Also:
-
-
Constructor Details
-
ArgumentMatcherStorageImpl
public ArgumentMatcherStorageImpl()
-
-
Method Details
-
reportMatcher
- Specified by:
reportMatcher
in interfaceArgumentMatcherStorage
-
pullLocalizedMatchers
- Specified by:
pullLocalizedMatchers
in interfaceArgumentMatcherStorage
-
reportAnd
- Specified by:
reportAnd
in interfaceArgumentMatcherStorage
-
reportOr
- Specified by:
reportOr
in interfaceArgumentMatcherStorage
-
reportNot
- Specified by:
reportNot
in interfaceArgumentMatcherStorage
-
validateState
public void validateState()- Specified by:
validateState
in interfaceArgumentMatcherStorage
-
reset
public void reset()- Specified by:
reset
in interfaceArgumentMatcherStorage
-