コード例 #1
0
 public void TargetFile()
 {
     var target = new TargetApplication();
     Assert.IsNull(target.TargetFile);
 }
コード例 #2
0
 public void Properties()
 {
     ITargetApplication target = new TargetApplication();
     Assert.IsNull(target.Name);
 }