Merge pull request #380 from Sarenor/test-fuer-inputstream-validation
Added test for input stream validation
This commit is contained in:
@@ -2,6 +2,15 @@ package org.mustangproject.validator;
|
|||||||
|
|
||||||
import java.io.ByteArrayInputStream;
|
import java.io.ByteArrayInputStream;
|
||||||
import java.io.File;
|
import java.io.File;
|
||||||
|
import java.io.FileInputStream;
|
||||||
|
import java.io.IOException;
|
||||||
|
import java.io.InputStream;
|
||||||
|
import java.nio.file.Files;
|
||||||
|
import java.util.regex.Matcher;
|
||||||
|
import java.util.regex.Pattern;
|
||||||
|
import org.xmlunit.builder.Input;
|
||||||
|
import org.xmlunit.xpath.JAXPXPathEngine;
|
||||||
|
import org.xmlunit.xpath.XPathEngine;
|
||||||
|
|
||||||
import static org.xmlunit.assertj.XmlAssert.assertThat;
|
import static org.xmlunit.assertj.XmlAssert.assertThat;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user