コード例 #1
0
 public void CTor_Throws_ArgumentNull_When_Sample_IsEmpty()
 {
     var f = new SampleAttribute(string.Empty, "");
 }
コード例 #2
0
 public void CTor_Throws_ArgumentNull_When_Sample_IsNull()
 {
     var f = new SampleAttribute(null, "help");
 }