Documentation of 'org.hsqldb.test.TestViewAsterisks' Java class
TestViewAsterisks
org.hsqldb.test

Class TestViewAsterisks

  • All Implemented Interfaces:
    junit.framework.Test


    public class TestViewAsterisks
    extends TestBase
    is a test which verifies the functionality of replacing asterisks in VIEW statements with column lists. During investigating http://www.openoffice.org/issues/show_bug.cgi?id=78296 (an issue raised in OpenOffice.org, which integrates HSQLDB), it rose that views did not behave to the standard in that they don't always reflect the table column list at the time of creation of the view. This was changed so that when you CREATE a VIEW, then any asterisks in the constituting statement are replaced with their column lists. This test verifies this functionality in a number of different flavours.
    • Constructor Summary

      Constructors 
      Constructor and Description
      TestViewAsterisks(java.lang.String testName)
      Creates a new instance of TestViewAsterisks
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      static void main(java.lang.String[] argv)
      entry point to run the test directly
      void setUp() 
      void test()
      main test method of this class
      • 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, fail, fail, failNotEquals, failNotSame, failSame, format, getName, run, run, runBare, setName, toString
      • Methods inherited from class java.lang.Object

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

      • TestViewAsterisks

        public TestViewAsterisks(java.lang.String testName)
        Creates a new instance of TestViewAsterisks
    • Method Detail

      • setUp

        public void setUp()
      • test

        public void test()
        main test method of this class
      • main

        public static void main(java.lang.String[] argv)
        entry point to run the test directly

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.