Skip to content

Instantly share code, notes, and snippets.

View php-coder's full-sized avatar

Slava Semushin php-coder

View GitHub Profile
@php-coder
php-coder / XmlUnitTest.java
Last active December 11, 2017 17:13 — forked from olithin/SolDifferenceEvaluatorChain
XmlUnit_DifferentEvaluator
import java.util.ArrayList;
import java.util.Collections;
import java.util.List;
import org.xmlunit.builder.DiffBuilder;
import org.xmlunit.builder.Input;
import org.xmlunit.diff.Comparison;
import org.xmlunit.diff.Diff;
import org.xmlunit.diff.Difference;