Exemplo n.º 1
0
 public void MakeGif_ReturnTrimmedStringAndNotNull_Test(string url, string expectedUrl)
 {
     Assert.NotNull(MiscService.MakeGif(url));
     Assert.Equal(expectedUrl, MiscService.MakeGif(url));
 }