Exemple #1
0
 public static void SendATestDescription(StreamWriter sw, TestDescription testDescription)
 {
     SendData(sw, XmlProcessing.SerializeToXml(testDescription));
 }