Exemple #1
0
 public void TestToAdifString()
 {
     K_Index k = new K_Index("3");
     Assert.AreEqual("<K_Index:1>3", k.ToAdifString());
 }