public class MultiTestApplication extends TestApplication
| Constructor and Description |
|---|
MultiTestApplication()
Deprecated.
Creates a new instance of MultiTestApplication
|
| Modifier and Type | Method and Description |
|---|---|
void |
addTest(TestApplication test)
Deprecated.
Registers a test app so that messages will be tested against it.
|
boolean |
canProcess(Message in)
Deprecated.
Returns true if ANY of the delegates can accept the message.
|
HL7Exception[] |
test(Message in)
Deprecated.
Tests the message by passing it to all test apps that have been registered
using addTest().
|
processMessagepublic MultiTestApplication()
public boolean canProcess(Message in)
canProcess in interface ApplicationcanProcess in class TestApplicationpublic HL7Exception[] test(Message in) throws HL7Exception
test in class TestApplicationHL7Exception - if the message can't be tested (not for errors disovered
during testing)public void addTest(TestApplication test)
Copyright © 2001-2012 University Health Network. All Rights Reserved.