public abstract class CommonTester
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static DxGroupStats[] |
dxGroups |
protected OasisReaderFactory |
readerFactory |
HomeHealthRecordIF |
recordEOF |
Constructor and Description |
---|
CommonTester() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getOutFileSuffix() |
HomeHealthRecordIF |
readRecord(java.io.BufferedReader inReader,
int curRecNum)
returns a HomeHealth record unless end of file, or an exception in
reading the file or parsing the record.
|
abstract void |
runTest(java.io.BufferedReader bufReader,
java.io.Writer writer,
HomeHealthGrouperFactoryIF grouperFactory,
CommandLineParams commandLine) |
void |
runTest(java.lang.String[] args) |
public static DxGroupStats[] dxGroups
protected OasisReaderFactory readerFactory
public HomeHealthRecordIF recordEOF
public java.lang.String getOutFileSuffix()
public HomeHealthRecordIF readRecord(java.io.BufferedReader inReader, int curRecNum)
inReader
- curRecNum
- public void runTest(java.lang.String[] args)
public abstract void runTest(java.io.BufferedReader bufReader, java.io.Writer writer, HomeHealthGrouperFactoryIF grouperFactory, CommandLineParams commandLine)