import junit.framework.TestCase;
public class TracciatoTabDelimitedTest extends TestCase {
public void testVerificaDelMetodoSuVoceContabilizzazione() throws Exception {
CampoVoce campoVoce = CampoVoce.createCampoVoce(0, "cod_operazione", "setCodiceOperazione", String.class);
try {
TracciatoTabDelimited.verificaSetterDelCampo(campoVoce);
} catch (Exception e) {
fail("non dovrebbe lanciare. Ha lanciato e:" + e);
}