public class HH_PPSTest_GDIT extends CommonTester
params, readerFactory, recordEOF| Constructor and Description |
|---|
HH_PPSTest_GDIT() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(java.lang.String[] args) |
void |
runTest(java.io.BufferedReader bufReader,
java.io.Writer writer,
HomeHealthGrouperFactoryIF grouperFactory,
CommandLineParams commandLine)
Other classes must implement this to perform the actual work
|
getCommandLineParams, getOutFileSuffix, printOptions, readRecord, runTest, runTest, runTestpublic static void main(java.lang.String[] args)
args - An array of 1) input file name, and 2) output filename. The
output filename is optional with the default being the input filename
suffixed with "_TESTOUT" before the extension. The extension will be the
same as the input filename.
Any status of the test or errors are presented to the console.public void runTest(java.io.BufferedReader bufReader,
java.io.Writer writer,
HomeHealthGrouperFactoryIF grouperFactory,
CommandLineParams commandLine)
CommonTesterrunTest in class CommonTester