org.h2.test.todo
Class TestDropTableLarge

java.lang.Object
  extended by org.h2.test.todo.TestDropTableLarge

public class TestDropTableLarge
extends java.lang.Object

Test the performance of dropping large tables


Constructor Summary
TestDropTableLarge()
           
 
Method Summary
static void main(java.lang.String... args)
          Run just this test.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestDropTableLarge

public TestDropTableLarge()
Method Detail

main

public static void main(java.lang.String... args)
                 throws java.lang.Exception
Run just this test.

Parameters:
args - ignored
Throws:
java.lang.Exception