source: devel/testlink/automation2.0/src/test/java/org/expressolivre/cte/email/ler/LerEmailTestCase.java @ 4527

Revision 4527, 715 bytes checked in by luiz-fernando, 13 years ago (diff)

Ticket #1402 - Novos casos de teste para pesquisa avançada de email

RevLine 
[3782]1package org.expressolivre.cte.email.ler;
[3708]2
[3782]3import org.expressolivre.cte.common.BaseEmailTestCase;
[3708]4import org.testng.annotations.Test;
5
[3766]6/**
7 * Suite:[FUN02.2] Ler mensagem
8 *
9 * Caso de Teste: EL-550:Ler mensagem selecionada
10 *
11 * Link: http://testlink.expressolivre.org/linkto.php?tprojectPrefix=EL&item=
12 * testcase&id=EL-550
13 *
[3782]14 * @see org.expressolivre.cte.email.compor.EnviarEmailTestCase
[3766]15 *
16 * @author L.F.Estivalet (Serpro)
17 *
18 *         Created on Feb 14, 2011 at 3:24:55 PM
19 *
20 */
[3708]21public class LerEmailTestCase extends BaseEmailTestCase {
22
[3766]23        /**
24         * Executa o teste. Apenas procura o email previamente enviado e tenta
25         * abrir.
26         */
[3708]27        @Test
[4527]28        public void lerEmail() {
[3708]29                mp.readEmail(EMAIL_ASSUNTO);
30        }
31}
Note: See TracBrowser for help on using the repository browser.