예제 #1
0
파일: Matcher.cs 프로젝트: tvilkov/csharp
 private Matcher(IAnnotationNameMapper mapper)
 {
     this.mapper = mapper;
 }
예제 #2
0
파일: Matcher.cs 프로젝트: tvilkov/csharp
 public static void Match(TraceContextInfo[] realInfos, TraceContextDescriptor[] expectedInfos, IAnnotationNameMapper mapper)
 {
     new Matcher(mapper).Match(realInfos, expectedInfos);
 }