Class GenericTestUtils.DelayAnswer

java.lang.Object
org.apache.hadoop.hbase.GenericTestUtils.DelayAnswer
All Implemented Interfaces:
org.mockito.stubbing.Answer<Object>
Enclosing class:
GenericTestUtils

public static class GenericTestUtils.DelayAnswer extends Object implements org.mockito.stubbing.Answer<Object>
Mockito answer helper that triggers one latch as soon as the method is called, then waits on another before continuing.