java.lang.Object
com.linkedin.venice.unit.matchers.LongEqualOrGreaterThanMatcher
- All Implemented Interfaces:
org.mockito.ArgumentMatcher<Long>
public class LongEqualOrGreaterThanMatcher
extends Object
implements org.mockito.ArgumentMatcher<Long>
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from interface org.mockito.ArgumentMatcher
type
-
Constructor Details
-
LongEqualOrGreaterThanMatcher
public LongEqualOrGreaterThanMatcher(long lowerBound)
-
Method Details
-
matches
public boolean matches(Long argument)
- Specified by:
matches
in interface org.mockito.ArgumentMatcher<Long>
-
-
get
public static long get(long lowerBound)