Beispiel #1
0
 public static TestCodeLocationSummaries WithInsufficientInformationException(InsufficientInformationException exception)
 {
     return(new TestCodeLocationSummaries(exception));
 }
Beispiel #2
0
 private TestCodeLocationSummaries(InsufficientInformationException exception)
 {
     _exception = exception;
 }