Refactoring: junit.framework.Assert -> org.junit.Assert

This commit is contained in:
Nikolay Krasko
2014-10-24 17:31:26 +04:00
parent 863ef64c61
commit 8d86951a3b
6 changed files with 6 additions and 6 deletions
@@ -6,7 +6,7 @@ import java.io.ByteArrayInputStream
import java.io.ObjectInputStream
import java.io.Serializable
import junit.framework.TestCase
import junit.framework.Assert
import org.junit.Assert
private class Serial(val name: String) : Serializable {
override fun toString() = name