Package org.apache.hadoop.hbase.quotas
Class TestTableSpaceQuotaViolationNotifier.SingleCellMutationMatcher<T>
java.lang.Object
org.apache.hadoop.hbase.quotas.TestTableSpaceQuotaViolationNotifier.SingleCellMutationMatcher<T>
- All Implemented Interfaces:
org.mockito.ArgumentMatcher<T>
- Enclosing class:
- TestTableSpaceQuotaViolationNotifier
private static final class TestTableSpaceQuotaViolationNotifier.SingleCellMutationMatcher<T>
extends Object
implements org.mockito.ArgumentMatcher<T>
Quick hack to verify a Mutation with one column.
-
Field Summary
-
Constructor Summary
ModifierConstructorDescriptionprivate
SingleCellMutationMatcher
(org.apache.hadoop.hbase.client.Mutation expected) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.mockito.ArgumentMatcher
type
-
Field Details
-
expected
-
-
Constructor Details
-
SingleCellMutationMatcher
-
-
Method Details
-
matches
- Specified by:
matches
in interfaceorg.mockito.ArgumentMatcher<T>
-