Exemplo n.º 1
0
 public void DoesPathExistsThrowsException()
 {
     var details = new InstructionDetails();
     details.DoesPathExists(string.Empty);
 }