public void TargetFile() { var target = new TargetApplication(); Assert.IsNull(target.TargetFile); }
public void Properties() { ITargetApplication target = new TargetApplication(); Assert.IsNull(target.Name); }