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.EnviarEmailAnexoTestCase; /** * @author L.F.Estivalet (Serpro) * * Created on Nov 17, 2010 at 9:50:00 AM * */ public class EncaminharEmailAnexoTestCase extends ExpressoMailTestCase { @Test public void testa() throws Exception { super.executeTestCase(EnviarEmailAnexoTestCase.class, new Class[] { boolean.class }, new Object[] { false }); String id = super.readEmail(getValor("assunto.anexo")); super.forwardEmail(id, getValor("email.teste.1")); } }