fixed junit deprecation
This commit is contained in:
parent
c64e5958cb
commit
813f478919
|
@ -24,7 +24,7 @@ import android.graphics.ColorFilter
|
||||||
import android.graphics.PixelFormat
|
import android.graphics.PixelFormat
|
||||||
import android.graphics.Rect
|
import android.graphics.Rect
|
||||||
import android.graphics.drawable.Drawable
|
import android.graphics.drawable.Drawable
|
||||||
import junit.framework.Assert
|
import org.junit.Assert
|
||||||
import org.junit.Test
|
import org.junit.Test
|
||||||
|
|
||||||
class DrawableExtensionsKtTest {
|
class DrawableExtensionsKtTest {
|
||||||
|
|
|
@ -19,7 +19,7 @@
|
||||||
|
|
||||||
package org.mariotaku.twidere.util.text
|
package org.mariotaku.twidere.util.text
|
||||||
|
|
||||||
import junit.framework.Assert
|
import org.junit.Assert
|
||||||
import org.junit.Test
|
import org.junit.Test
|
||||||
|
|
||||||
class MastodonValidatorTest {
|
class MastodonValidatorTest {
|
||||||
|
|
|
@ -19,7 +19,7 @@
|
||||||
|
|
||||||
package org.mariotaku.twidere.util.text
|
package org.mariotaku.twidere.util.text
|
||||||
|
|
||||||
import junit.framework.Assert
|
import org.junit.Assert
|
||||||
import org.junit.Test
|
import org.junit.Test
|
||||||
|
|
||||||
class TwitterValidatorTest {
|
class TwitterValidatorTest {
|
||||||
|
|
Loading…
Reference in New Issue