Skip to content

Commit

Permalink
Merge pull request #380 from Sarenor/test-fuer-inputstream-validation
Browse files Browse the repository at this point in the history
Added test for input stream validation
  • Loading branch information
jstaerk authored Oct 24, 2024
2 parents bc41210 + d77aa75 commit 4934afe
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

import java.io.ByteArrayInputStream;
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;

Expand Down

0 comments on commit 4934afe

Please sign in to comment.