}
private RelativeLocation locatedAt(String url) {
RelativeLocation location = mock(RelativeLocation.class);
when(location.url()).thenReturn(url);
return location;
}
private BuildAugmentor augmentedWith(Class<? extends Augmentation>... augmentationsToSupport) {