Ejemplo n.º 1
0
 public static TestCodeLocationSummaries WithInsufficientInformationException(InsufficientInformationException exception)
 {
     return(new TestCodeLocationSummaries(exception));
 }
Ejemplo n.º 2
0
 private TestCodeLocationSummaries(InsufficientInformationException exception)
 {
     _exception = exception;
 }