package br.gov.serpro.cte.email.responder; import org.junit.Test; import br.gov.serpro.cte.common.ExpressoMailTestCase; import br.gov.serpro.cte.email.compor.EnviarEmailMultiplosDestinatariosTestCase; /** * @author L.F.Estivalet (Serpro) * * Created on Nov 19, 2010 at 3:57:04 PM * */ public class ResponderEmailTodosSemHistoricoTestCase extends ExpressoMailTestCase { @Test public void testa() throws Exception { super.executeTestCase(EnviarEmailMultiplosDestinatariosTestCase.class, new Class[] { boolean.class }, new Object[] { false }); String id = super .readEmail(getValor("assunto.multiplos.destinatarios")); super.replyAllEmailWithoutHistory(id); } }