net.sourceforge.jtds.jdbc
Class ConnectionJDBC3Test.testTimerStopHelper

java.lang.Object
  extended bynet.sourceforge.jtds.jdbc.ConnectionJDBC3Test.testTimerStopHelper
Enclosing class:
ConnectionJDBC3Test

public static class ConnectionJDBC3Test.testTimerStopHelper
extends java.lang.Object

Helper class for test for bug [2871274].


Constructor Summary
ConnectionJDBC3Test.testTimerStopHelper()
          Constructor for helper class, simply starts method test().
 
Method Summary
private static java.util.Properties loadProperties()
          Loads the connection properties from config file.
 void test()
          The actual test, creates and closes a number of connections.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConnectionJDBC3Test.testTimerStopHelper

public ConnectionJDBC3Test.testTimerStopHelper()
                                        throws java.lang.Throwable
Constructor for helper class, simply starts method test().

Method Detail

test

public void test()
          throws java.lang.Exception
The actual test, creates and closes a number of connections.

Throws:
java.lang.Exception

loadProperties

private static java.util.Properties loadProperties()
                                            throws java.lang.Exception
Loads the connection properties from config file.

Throws:
java.lang.Exception


Generated on October 27 2012