package br.gov.serpro.cte.email.compor; import org.junit.Test; import br.gov.serpro.cte.common.ExpressoMailTestCase; /** * @author L.F.Estivalet (Serpro) * * Created on Nov 18, 2010 at 3:46:53 PM * */ public class EnviarEmailSemDestinatarioTestCase extends ExpressoMailTestCase { @Test public void testa() throws Exception { super.composeEmail("", getValor("assunto.sem.destinatario")); super.sendEmail(); super.assertMessage(getCampo("email.mensagem"), getMensagem("sem.destinatario")); } }