Esempio n. 1
0
 private static NuspecManifest CreateSut(string filePath)
 {
     return(NuspecManifest.Load(filePath));
 }
Esempio n. 2
0
 public void WhenPathIsNull_ThenThrowException()
 {
     Assert.Throws <ArgumentNullException>(() => NuspecManifest.Load(null));
 }