changed android tests for "deprecation"

This commit is contained in:
afischerdev 2024-07-12 18:37:03 +02:00
parent 1f2f655863
commit e379b7abb0
2 changed files with 2 additions and 2 deletions

View file

@ -1,9 +1,9 @@
package btools.routingapp; package btools.routingapp;
import static org.hamcrest.MatcherAssert.assertThat;
import static org.hamcrest.Matchers.empty; import static org.hamcrest.Matchers.empty;
import static org.hamcrest.Matchers.hasItem; import static org.hamcrest.Matchers.hasItem;
import static org.hamcrest.Matchers.not; import static org.hamcrest.Matchers.not;
import static org.junit.Assert.assertThat;
import android.os.Build; import android.os.Build;
import android.os.Environment; import android.os.Environment;

View file

@ -1,7 +1,7 @@
package btools.routingapp; package btools.routingapp;
import static org.hamcrest.MatcherAssert.assertThat;
import static org.hamcrest.core.Is.is; import static org.hamcrest.core.Is.is;
import static org.junit.Assert.assertThat;
import android.content.Context; import android.content.Context;