Example #1
0
 public void TestToAdifString()
 {
     Fists fists = new Fists("1234");
     Assert.AreEqual("<Fists:4>1234", fists.ToAdifString());
 }