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
IOException
protected org.apache.solr.client.solrj.response.QueryResponse executeQuery(String args) throws Exception
Exception
protected long getRecordCount() throws Exception
Exception
protected void cleanUpData() throws Exception
Exception
protected static String getMethodName(StackTraceElement[] e)
protected static Method getCallingMethod() throws ClassNotFoundException
ClassNotFoundException
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.