Exemplo n.º 1
0
 public static TestMediaTypeWithFormat HaveDefaultMetadata(this TestMediaTypeWithFormat mediaType)
 {
     return(mediaType.HaveParameterValue(new string[] { "odata.metadata", "metadata" }, "minimal"));
 }