assertThat(executer.getDisplayName(), equalTo(String.format("primary task '%s'", matches)));
}
@Test
public void selectsTaskWithMatchingRelativePath() {
final Task task1 = task("b");
final Task task2 = task("a");
context.checking(new Expectations(){{
one(project).getChildProjects();
will(returnValue(toMap("a", otherProject)));
one(resolver).select("b", otherProject);