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

Revision 3782, 712 bytes checked in by luiz-fernando, 13 years ago (diff)

Ticket #1402 - Mudança no nome dos pacotes das classes

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