org.aludratest.service.edifactfile
Interface EdifactFileVerification
- All Superinterfaces:
- Action, Verification
- All Known Implementing Classes:
- EdifattoFileAction
public interface EdifactFileVerification
- extends Verification
Verifies equality of EDIFACT or X12 documents.
- Author:
- Volker Bergmann
Method Summary |
void |
assertInterchangesMatch(String elementType,
String elementName,
org.databene.edifatto.model.Interchange expected,
org.databene.edifatto.model.Interchange actual,
org.databene.edifatto.ComparisonSettings settings,
org.databene.edifatto.compare.ComparisonModel<Element> model)
Asserts that two EDIFACT or X12 interchanges are equal. |
assertInterchangesMatch
void assertInterchangesMatch(String elementType,
String elementName,
org.databene.edifatto.model.Interchange expected,
org.databene.edifatto.model.Interchange actual,
org.databene.edifatto.ComparisonSettings settings,
org.databene.edifatto.compare.ComparisonModel<Element> model)
- Asserts that two EDIFACT or X12 interchanges are equal.
- Parameters:
elementType
- elementName
- expected
- the expected interchange dataactual
- the actual interface datasettings
- the ComparisonSettings
to applymodel
-
Copyright © 2015 aludratest.org. All rights reserved.