Example #1
0
 private Matcher(IAnnotationNameMapper mapper)
 {
     this.mapper = mapper;
 }
Example #2
0
 public static void Match(TraceContextInfo[] realInfos, TraceContextDescriptor[] expectedInfos, IAnnotationNameMapper mapper)
 {
     new Matcher(mapper).Match(realInfos, expectedInfos);
 }