示例#1
0
 public static void UseSwaggerDocumentation_ParameterIsNull_ThrowsArgumentNullException()
 {
     Assert.Throws <ArgumentNullException>(() => SwaggerExtensions.UseSwaggerDocumentation(null));
 }