public class HL7SepsTest extends Object
| Constructor and Description |
|---|
HL7SepsTest() |
| Modifier and Type | Method and Description |
|---|---|
Iterator<Object[]> |
genEscapeData() |
Iterator<Object[]> |
genToStringData() |
Iterator<Object[]> |
genUnescapeData() |
void |
testBogus() |
void |
testDefault() |
void |
testEscape(String input,
String output) |
void |
testEscapeFail() |
void |
testEscapeReverse(String input,
String output) |
void |
testToString(HL7Seps seps,
String string) |
void |
testUnescape(String escaped,
String unescaped) |
public HL7SepsTest()
throws HL7ContentException
HL7ContentExceptionpublic void testDefault()
throws HL7ContentException
HL7ContentExceptionpublic void testBogus()
public void testEscapeFail()
throws HL7ContentException
HL7ContentExceptionpublic void testEscape(String input, String output) throws HL7ContentException
HL7ContentException@DataProvider(name="toStringData") public Iterator<Object[]> genToStringData() throws HL7ContentException
HL7ContentExceptionCopyright © 2018. All rights reserved.