Exemple #1
0
 private void CheckIsNotNullAndString(ProgramLocation pl)
 {
     Assert.IsNotNull(pl);
     Assert.IsNotNullOrEmpty(pl.ToString());
 }