예제 #1
0
 public void ShouldThrowArgumentNullException()
 {
     Assert.That(() => AssemblyExtensions.GetDirectoryPath(null), Throws.ArgumentNullException);
 }