net.derquinse.common.test.h2
Class H2Tests

java.lang.Object
  extended by net.derquinse.common.test.h2.H2Tests

public final class H2Tests
extends Object

Support class for tests using H2.

Author:
Andres Rodriguez

Field Summary
static String DRIVER
          Driver.
static String MEM_PWD
          Memory DB default password.
static String MEM_URL
          Memory URL.
static String MEM_USER
          Memory DB default username.
 
Constructor Summary
H2Tests()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DRIVER

public static final String DRIVER
Driver.

See Also:
Constant Field Values

MEM_URL

public static final String MEM_URL
Memory URL.

See Also:
Constant Field Values

MEM_USER

public static final String MEM_USER
Memory DB default username.

See Also:
Constant Field Values

MEM_PWD

public static final String MEM_PWD
Memory DB default password.

See Also:
Constant Field Values
Constructor Detail

H2Tests

public H2Tests()


Copyright © 2012 Derquinse Projects. All Rights Reserved.