org.hsqldb.test
Class TestViewAsterisks
- java.lang.Object
-
- junit.framework.Assert
-
- junit.framework.TestCase
-
- org.hsqldb.test.TestBase
-
- org.hsqldb.test.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 voidmain(java.lang.String[] argv)entry point to run the test directlyvoidsetUp()voidtest()main test method of this class-
Methods inherited from class org.hsqldb.test.TestBase
runWithResult, runWithResult
-
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
-
-
DataMelt 3.0 © DataMelt by jWork.ORG