assertEquals(widget, captor.getValue().getDropTarget());
}
@Before
public void setUp() throws Exception {
MockitoGWTBridge bridge = MockitoGWTBridge.setUp();
MockitoAnnotations.initMocks(this);
DndTestHelpers.mockDragClientBundle(bridge);
underTest = spy(new TestDragAvatarDropTargetManager(commandManager,
dragController, viewAccessor, capabilityChecker,