* Test of row2xmlStringLatest method, of class Row2XML.
*/
@Test
public void testRow2xmlStringLatest() {
System.out.println("row2xmlStringLatest");
Result result_2 = new ResultEmul();
JMeterVariables vars = new JMeterVariables();
int index = 0;
String expResult = "";
String result = Row2XML.row2xmlStringLatest(result_2, vars, index);
}