Skip to content

Commit

Permalink
Update src/test/java/org/codehaus/mojo/versions/utils/PropertiesVersi…
Browse files Browse the repository at this point in the history
…onsFileReaderTest.java

Co-authored-by: Oliver B. Fischer <o.b.fischer@swe-blog.net>
  • Loading branch information
arkel-s and obfischer committed Jul 7, 2021
1 parent 0f18b09 commit 512cb10
Showing 1 changed file with 3 additions and 2 deletions.
@@ -1,13 +1,14 @@
package org.codehaus.mojo.versions.utils;

import junit.framework.TestCase;
import org.apache.commons.lang3.StringUtils;
import org.junit.Test;

import java.io.FileNotFoundException;
import java.io.IOException;
import java.util.*;

import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertTrue;

public class PropertiesVersionsFileReaderTest {

private static final String TEST_PROPERTIES_FILE = "src/test/resources/org/codehaus/mojo/versions/utils/testPropertiesVersionsFile.properties";
Expand Down

0 comments on commit 512cb10

Please sign in to comment.