br.gov.mj.frameworkprocessos.protocolo.testes
Class MJProtocoloTest

java.lang.Object
  extended by TestCase
      extended by br.gov.mj.frameworkprocessos.protocolo.testes.MJProtocoloTest

public class MJProtocoloTest
extends TestCase

Author:
gabriel.vicente versão: 1.0

Constructor Summary
MJProtocoloTest(java.lang.String string)
           
 
Method Summary
 void setUp()
           
static Test suite()
           
 void testBaixaNumeroProtocoloErro()
           
 void testBaixaNumeroProtocoloSucesso()
           
 void testFormatoNumeroProtocolo()
           
 void testGetNumeroProtocoloErro()
           
 void testGetNumeroProtocoloSucesso()
           
 void testGetNumerosPendentesErro()
           
 void testGetNumerosPendentesSucesso()
           
 void testGetStatusProtocoloErro()
           
 void testGetStatusProtocoloSucesso()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MJProtocoloTest

public MJProtocoloTest(java.lang.String string)
Method Detail

setUp

public void setUp()
           throws java.lang.Exception
Throws:
java.lang.Exception

suite

public static Test suite()

testGetNumeroProtocoloSucesso

public void testGetNumeroProtocoloSucesso()

testGetNumeroProtocoloErro

public void testGetNumeroProtocoloErro()

testGetNumerosPendentesSucesso

public void testGetNumerosPendentesSucesso()

testGetNumerosPendentesErro

public void testGetNumerosPendentesErro()

testGetStatusProtocoloSucesso

public void testGetStatusProtocoloSucesso()

testGetStatusProtocoloErro

public void testGetStatusProtocoloErro()

testBaixaNumeroProtocoloSucesso

public void testBaixaNumeroProtocoloSucesso()

testBaixaNumeroProtocoloErro

public void testBaixaNumeroProtocoloErro()

testFormatoNumeroProtocolo

public void testFormatoNumeroProtocolo()