示例#1
0
 public void Nucleotid_EndsWith_ReturnsFalse_OnEmptySeq()
 {
     nucleotid.Sequence = "";
     var testSubstring = "ACG";
     var result        = nucleotid.EndsWith(testSubstring);
 }