
public class BaseTest
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected org.slf4j.Logger |
log
This would usually be private static final, but I want the extended class
name to display for tests.
|
static int |
LOOP_MULTIPLIER
Used for all tests to multiply loops by connection pool size.
|
| Constructor and Description |
|---|
BaseTest() |
| Modifier and Type | Method and Description |
|---|---|
static java.util.Properties |
getProperties()
Get properties.
|
static java.util.Map<java.lang.String,java.lang.String> |
getSqlMap()
Get SQL statement Map.
|
static void |
setUpClass()
Initialize class.
|
void |
testProperties()
Test that properties is not null and has specific value.
|
void |
testSqlMap()
Test that SQL
Map is not null and list contents. |
protected final org.slf4j.Logger log
public static final int LOOP_MULTIPLIER
public static java.util.Properties getProperties()
public static java.util.Map<java.lang.String,java.lang.String> getSqlMap()
public static void setUpClass()
throws java.io.IOException
java.io.IOException - Possible exception.public final void testProperties()
public final void testSqlMap()
Map is not null and list contents.Copyright © 2016. All rights reserved.