public class mtTestCase extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
description |
String |
file |
Hashtable |
ignoreErrors |
String |
name |
String |
propFile |
float |
weight |
| Constructor and Description |
|---|
mtTestCase() |
| Modifier and Type | Method and Description |
|---|---|
String |
alterURL(String url,
String newURLPrefix) |
String |
getFile() |
String |
getName() |
String |
getPropFile() |
boolean |
grab()
Attempt to grab this test case.
|
BufferedInputStream |
initialize()
Initialize the test case.
|
BufferedInputStream |
initialize(String inputDir)
Initizalize the test case.
|
void |
mtTestCase() |
void |
runMe(com.pivotal.gemfirexd.internal.iapi.tools.i18n.LocalizedOutput log,
com.pivotal.gemfirexd.internal.iapi.tools.i18n.LocalizedOutput out,
BufferedInputStream infile)
Run the test case.
|
void |
setDescription(String description) |
void |
setFile(String name) |
void |
setIgnoreErrors(Hashtable t) |
void |
setInputDir(String dir) |
void |
setName(String name) |
void |
setPropFile(String name) |
void |
setWeight(int weight) |
String |
toString()
Name says it all
|
void |
updateURLProperties(Properties p,
String newURLPrefix) |
public String name
public String file
public String propFile
public float weight
public Hashtable ignoreErrors
public String description
public void mtTestCase()
public void setName(String name)
public String getName()
public void setFile(String name)
public void setInputDir(String dir)
public String getFile()
public void setPropFile(String name)
public String getPropFile()
public void setWeight(int weight)
public void setIgnoreErrors(Hashtable t)
public void setDescription(String description)
public BufferedInputStream initialize() throws FileNotFoundException, IOException
FileNotFoundExceptionIOExceptionpublic BufferedInputStream initialize(String inputDir) throws FileNotFoundException, IOException
FileNotFoundExceptionIOExceptionpublic boolean grab()
public void runMe(com.pivotal.gemfirexd.internal.iapi.tools.i18n.LocalizedOutput log,
com.pivotal.gemfirexd.internal.iapi.tools.i18n.LocalizedOutput out,
BufferedInputStream infile)
public void updateURLProperties(Properties p, String newURLPrefix)
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.