org.milyn.edi.test
Class InterchangeTestUtil
java.lang.Object
org.milyn.edi.test.InterchangeTestUtil
public class InterchangeTestUtil
- extends Object
Interchange test utilities.
- Author:
- tom.fennelly@gmail.com
|
Method Summary |
static UNEdifactInterchange41 |
buildInterchange(Class<?>... messageTypes)
|
static UNEdifactInterchange41 |
buildInterchange(MessageBuilder builder,
Class<?>... messageTypes)
|
static UNEdifactInterchange41 |
buildInterchange(String versionNum,
String releaseNum,
Class<?>[] messageTypes,
MessageBuilder messageBuilder)
|
static void |
test_Interchange_Comma_Decimal(UNEdifactInterchangeFactory factory,
boolean dump,
Class<?>... messageTypes)
|
static void |
test_Interchange(UNEdifactInterchangeFactory factory,
boolean dump,
Class<?>... messageTypes)
|
static void |
test_Interchange(UNEdifactInterchangeFactory factory,
boolean dump,
UNEdifactInterchange41 interchange41)
|
static void |
test_loads(UNEdifactInterchangeFactory factory,
boolean dump,
String ejcClassListFile,
int numMessages)
|
static void |
testJavaBinding(UNEdifactInterchangeFactory factory,
String messageInFile,
boolean dumpResult)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InterchangeTestUtil
public InterchangeTestUtil()
testJavaBinding
public static void testJavaBinding(UNEdifactInterchangeFactory factory,
String messageInFile,
boolean dumpResult)
throws IOException,
SAXException
- Throws:
IOException
SAXException
test_Interchange
public static void test_Interchange(UNEdifactInterchangeFactory factory,
boolean dump,
Class<?>... messageTypes)
throws IOException
- Throws:
IOException
test_Interchange_Comma_Decimal
public static void test_Interchange_Comma_Decimal(UNEdifactInterchangeFactory factory,
boolean dump,
Class<?>... messageTypes)
throws IOException
- Throws:
IOException
test_Interchange
public static void test_Interchange(UNEdifactInterchangeFactory factory,
boolean dump,
UNEdifactInterchange41 interchange41)
throws IOException
- Throws:
IOException
buildInterchange
public static UNEdifactInterchange41 buildInterchange(Class<?>... messageTypes)
buildInterchange
public static UNEdifactInterchange41 buildInterchange(MessageBuilder builder,
Class<?>... messageTypes)
buildInterchange
public static UNEdifactInterchange41 buildInterchange(String versionNum,
String releaseNum,
Class<?>[] messageTypes,
MessageBuilder messageBuilder)
test_loads
public static void test_loads(UNEdifactInterchangeFactory factory,
boolean dump,
String ejcClassListFile,
int numMessages)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
Copyright © 2011. All Rights Reserved.