Matchers.contains(1, 2, 3, 4));
}
@Test
public void searchWithLeadingWhiteSpace() throws Exception {
GetProjectTransUnitLists action =
new GetProjectTransUnitLists(" file", true, true, true);
action.setWorkspaceId(workspaceId);
when(
textFlowSearchServiceImpl.findTextFlows(
eq(action.getWorkspaceId()),
eq(action.getDocumentPaths()),
constraintCaptor.capture())).thenReturn(textFlows);
// When: search in source and target and case sensitive
GetProjectTransUnitListsResult result = handler.execute(action, null);