Class AllTests

  • All Implemented Interfaces:
    junit.framework.Test

    public class AllTests
    extends junit.framework.TestCase
    • Constructor Summary

      Constructors 
      Constructor Description
      AllTests()  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)  
      void setUp()  
      static junit.framework.Test suite()  
      void testCCPDRequest()  
      void testCPDRequest()  
      void testVPKCRequest()  
      void testVSDRequest()  
      • Methods inherited from class junit.framework.TestCase

        assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, countTestCases, createResult, fail, fail, failNotEquals, failNotSame, failSame, format, getName, run, run, runBare, runTest, setName, tearDown, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • AllTests

        public AllTests()
    • Method Detail

      • setUp

        public void setUp()
                   throws java.lang.Exception
        Overrides:
        setUp in class junit.framework.TestCase
        Throws:
        java.lang.Exception
      • testCCPDRequest

        public void testCCPDRequest()
                             throws java.lang.Exception
        Throws:
        java.lang.Exception
      • testCPDRequest

        public void testCPDRequest()
                            throws java.lang.Exception
        Throws:
        java.lang.Exception
      • testVPKCRequest

        public void testVPKCRequest()
                             throws java.lang.Exception
        Throws:
        java.lang.Exception
      • testVSDRequest

        public void testVSDRequest()
                            throws java.lang.Exception
        Throws:
        java.lang.Exception
      • main

        public static void main​(java.lang.String[] args)
                         throws java.lang.Exception
        Throws:
        java.lang.Exception
      • suite

        public static junit.framework.Test suite()
                                          throws java.lang.Exception
        Throws:
        java.lang.Exception