br.gov.mj.frameworkprocessos.processo.testes
Class Pacote04Test

java.lang.Object
  extended by TestCase
      extended by br.gov.mj.frameworkprocessos.processo.testes.Pacote04Test

public class Pacote04Test
extends TestCase

Version:
1.0
Author:
Marcondes Gorgonho

Constructor Summary
Pacote04Test(java.lang.String arg0)
           
 
Method Summary
static Test suite()
           
 void testGetAcoesTramitesFalse()
          Testes do método getAcoesTramites(Boolean tramite)
 void testGetAcoesTramitesTrue()
          Teste do método getAcoesTramites(Boolean ativo)
 void testGetInstancia()
           
 void testGetTramiteDocumento()
          Teste do método getTramiteDocumento(Integer documento)
 void testGetTramitesInteger()
          Teste do método getTramites(Integer codigoTramite)
 void testGetUsuariosPorUnidadeTramite()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Pacote04Test

public Pacote04Test(java.lang.String arg0)
Method Detail

suite

public static Test suite()

testGetInstancia

public void testGetInstancia()

testGetUsuariosPorUnidadeTramite

public void testGetUsuariosPorUnidadeTramite()
                                      throws ErroInternoException,
                                             ParametroInvalidoException,
                                             UnidadeTramiteNaoEncontradaException
Throws:
ErroInternoException
ParametroInvalidoException
UnidadeTramiteNaoEncontradaException

testGetTramitesInteger

public void testGetTramitesInteger()
Teste do método getTramites(Integer codigoTramite)

Throws:
ErroInternoException
ParametroInvalidoException
TramiteNaoEncontradoException

testGetTramiteDocumento

public void testGetTramiteDocumento()
Teste do método getTramiteDocumento(Integer documento)

Throws:
ErroInternoException
ParametroInvalidoException

testGetAcoesTramitesTrue

public void testGetAcoesTramitesTrue()
Teste do método getAcoesTramites(Boolean ativo)

Throws:
ErroInternoException
ParametroInvalidoException

testGetAcoesTramitesFalse

public void testGetAcoesTramitesFalse()
Testes do método getAcoesTramites(Boolean tramite)

Throws:
ErroInternoException
ParametroInvalidoException