mcne.test
Class MCNETest

java.lang.Object
  |
  +--TestCase
        |
        +--mcne.test.MCNETest

public class MCNETest
extends TestCase

See Also:
Serialized Form

Constructor Summary
MCNETest(java.lang.String testName)
           
 
Method Summary
static void main(java.lang.String[] args)
           
static Test suite()
           
 void testSolicitarAcuseRecibo()
          Test of SolicitarAcuseRecibo method, of class mcne.api.MCNE.
 void testSolicitarExtraccion()
          Test of SolicitarExtraccion method, of class mcne.api.MCNE.
 void testSolicitarSelloTiempo()
          Test of SolicitarSelloTiempo method, of class mcne.api.MCNE.
 void testValidarAcuse()
          Test of ValidarAcuse method, of class mcne.api.MCNE.
 void testValidarSello()
          Test of ValidarSello method, of class mcne.api.MCNE.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MCNETest

public MCNETest(java.lang.String testName)
Method Detail

main

public static void main(java.lang.String[] args)

suite

public static Test suite()

testSolicitarSelloTiempo

public void testSolicitarSelloTiempo()
Test of SolicitarSelloTiempo method, of class mcne.api.MCNE.


testSolicitarAcuseRecibo

public void testSolicitarAcuseRecibo()
Test of SolicitarAcuseRecibo method, of class mcne.api.MCNE.


testValidarSello

public void testValidarSello()
Test of ValidarSello method, of class mcne.api.MCNE.


testValidarAcuse

public void testValidarAcuse()
Test of ValidarAcuse method, of class mcne.api.MCNE.


testSolicitarExtraccion

public void testSolicitarExtraccion()
Test of SolicitarExtraccion method, of class mcne.api.MCNE.