package br.gov.serpro.cte.email.ler; import org.junit.Test; import br.gov.serpro.cte.common.ExpressoMailTestCase; import br.gov.serpro.cte.email.compor.EnviarEmailTestCase; /** * @author L.F.Estivalet (Serpro) * * Created on Nov 16, 2010 at 4:40:58 PM * */ public class LerEmailTestCase extends ExpressoMailTestCase { @Test public void testa() throws Exception { super.executeTestCase(EnviarEmailTestCase.class, new Class[] { boolean.class }, new Object[] { false }); super.readEmail(getValor("assunto")); } }