org.hsqldb.test
Class TestQuotes

java.lang.Object
  extended byTestCase
      extended byorg.hsqldb.test.TestQuotes

public class TestQuotes
extends TestCase

Test handling of quote characters in strings

Author:
David Walend, Jason van Zyl
See Also:
Serialized Form

Constructor Summary
TestQuotes(java.lang.String testName)
           
 
Method Summary
static Test suite()
          Run all related test methods
 void testSetString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestQuotes

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

suite

public static Test suite()
Run all related test methods


testSetString

public void testSetString()


Copyright © 2001 - 2002 HSQL Development Group. All Rights Reserved.