package br.gov.serpro.cte.email.ler; import org.junit.Test; import br.gov.serpro.cte.common.ExpressoMailTestCase; /** * @author L.F.Estivalet (Serpro) * * Created on Nov 16, 2010 at 4:41:59 PM * */ public class ApagarEmailAbertoTestCase extends ExpressoMailTestCase { @Test public void testaApagarEmailAberto() throws Exception { super.readEmail(Valor.ASSUNTO.getValue()); super.deleteEmail(); super.assertMessage(Mensagem.APAGAR_MENSAGEM.getValue()); } }