protected static final Collection<ExternalResourceDescriptor> assertExternalResourceAnalysis(
String testName, Operation op, String ldapUrl)
throws URISyntaxException {
Frame frame = new SimpleFrame(FrameId.valueOf("0"), null, op, TimeRange.FULL_RANGE, Collections.<Frame>emptyList());
Trace trace = new Trace(ServerName.valueOf("fake-server"),
ApplicationName.valueOf("fake-app"),
new Date(System.currentTimeMillis()),
TraceId.valueOf("0"),
frame);
Collection<ExternalResourceDescriptor> result = analyzer.locateExternalResourceName(trace);