Exemplo n.º 1
0
 public void UseSamplingWithExcluedTypesParameterThrowsArgumentNullExceptionBuilderIsNull()
 {
     AssertEx.Throws <ArgumentNullException>(() => TelemetryProcessorChainBuilderExtensions.UseSampling(null, 5, "request"));
 }
Exemplo n.º 2
0
 public void UseSamplingThrowsArgumentNullExceptionBuilderIsNull()
 {
     AssertEx.Throws <ArgumentNullException>(() => TelemetryProcessorChainBuilderExtensions.UseSampling(null, 5));
 }