469470471472473474475476477478
return systemTime; } private RelativeLocation locatedAt(String url) { RelativeLocation location = mock(RelativeLocation.class); when(location.url()).thenReturn(url); return location; }