Skip to content

Commit

Permalink
Merge pull request #47 from hazendaz/maven
Browse files Browse the repository at this point in the history
Add additional git ignores and update deprecated test imports
  • Loading branch information
hazendaz authored Oct 21, 2023
2 parents 9f2c182 + 1d4311e commit f4f890f
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,6 @@ gpg-sign.json
mvn-sync.json
.mvn/wrapper/maven-wrapper.jar
release.properties
.checkstyle
.factorypath
.fbExcludeFilterFile
2 changes: 1 addition & 1 deletion src/test/java/au/com/acegi/xmlformat/FormatUtilTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
import static au.com.acegi.xmlformat.TestUtil.stringToFile;
import static java.nio.charset.StandardCharsets.UTF_8;
import static org.hamcrest.CoreMatchers.is;
import static org.junit.Assert.assertThat;
import static org.hamcrest.MatcherAssert.assertThat;

import java.io.ByteArrayOutputStream;
import java.io.File;
Expand Down
2 changes: 1 addition & 1 deletion src/test/java/au/com/acegi/xmlformat/IOTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
import static au.com.acegi.xmlformat.IOUtil.hash;
import static au.com.acegi.xmlformat.TestUtil.getResource;
import static org.hamcrest.CoreMatchers.is;
import static org.junit.Assert.assertThat;
import static org.hamcrest.MatcherAssert.assertThat;

import java.io.IOException;
import java.io.InputStream;
Expand Down
2 changes: 1 addition & 1 deletion src/test/java/au/com/acegi/xmlformat/TestUtil.java
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
import static java.nio.charset.StandardCharsets.UTF_8;
import static org.hamcrest.CoreMatchers.not;
import static org.hamcrest.CoreMatchers.nullValue;
import static org.junit.Assert.assertThat;
import static org.hamcrest.MatcherAssert.assertThat;

import java.io.File;
import java.io.IOException;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
import static au.com.acegi.xmlformat.TestUtil.fileToString;
import static au.com.acegi.xmlformat.TestUtil.stringToFile;
import static org.hamcrest.CoreMatchers.is;
import static org.junit.Assert.assertThat;
import static org.hamcrest.MatcherAssert.assertThat;
import static org.junit.Assert.fail;
import static org.mockito.ArgumentMatchers.anyString;
import static org.mockito.Mockito.atLeastOnce;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
import static au.com.acegi.xmlformat.TestUtil.stringToFile;
import static org.hamcrest.CoreMatchers.is;
import static org.hamcrest.CoreMatchers.not;
import static org.junit.Assert.assertThat;
import static org.hamcrest.MatcherAssert.assertThat;
import static org.junit.Assert.fail;
import static org.mockito.ArgumentMatchers.any;
import static org.mockito.ArgumentMatchers.anyString;
Expand Down

0 comments on commit f4f890f

Please sign in to comment.