Stop 'deprecated' messages from JUnit imports.
This commit is contained in:
parent
72b86bd4d5
commit
d18c9a38ca
7 changed files with 13 additions and 13 deletions
|
@ -2,8 +2,8 @@
|
|||
|
||||
package freemarker.ext.dump;
|
||||
|
||||
import static junit.framework.Assert.assertEquals;
|
||||
import static junit.framework.Assert.fail;
|
||||
import static org.junit.Assert.assertEquals;
|
||||
import static org.junit.Assert.fail;
|
||||
|
||||
import java.io.StringReader;
|
||||
import java.io.StringWriter;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue