allowing(configuration);
will(returnValue(transitive));
one(resolvedConfiguration).getFiles(Specs.SATISFIES_ALL);
will(returnValue(toSet(configFile)));
one(dependency).resolve(with(notNullValue(DependencyResolveContext.class)));
will(new Action() {
public void describeTo(Description description) {
description.appendText("add files to context");
}
public Object invoke(Invocation invocation) throws Throwable {