public abstract class BaseTestCase extends Object
| Modifier and Type | Field and Description | 
|---|---|
protected String | 
classesDir  | 
protected DiscoveryEnvUtil | 
discoveryEnvUtil  | 
protected org.slf4j.Logger | 
LOG  | 
protected String | 
solrHome  | 
| Constructor and Description | 
|---|
BaseTestCase()  | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
cleanUpData()  | 
protected org.apache.solr.client.solrj.response.QueryResponse | 
executeQuery(String args)  | 
protected static Method | 
getCallingMethod()  | 
protected static String | 
getMethodName(StackTraceElement[] e)  | 
protected long | 
getRecordCount()  | 
protected void | 
printLogInfo(String msg)  | 
protected String | 
readFile(File file)  | 
protected void | 
setUp()  | 
protected final org.slf4j.Logger LOG
protected String classesDir
protected DiscoveryEnvUtil discoveryEnvUtil
public BaseTestCase()
protected void printLogInfo(String msg)
protected String readFile(File file) throws IOException
IOExceptionprotected org.apache.solr.client.solrj.response.QueryResponse executeQuery(String args) throws Exception
Exceptionprotected long getRecordCount() throws Exception
Exceptionprotected void cleanUpData() throws Exception
Exceptionprotected static String getMethodName(StackTraceElement[] e)
protected static Method getCallingMethod() throws ClassNotFoundException
ClassNotFoundExceptionCopyright © 2004–2015 The Kuali Foundation. All rights reserved.