From 12c9142e10abcc114e8f7a6630a6c961110ffac2 Mon Sep 17 00:00:00 2001 From: Chris Date: Tue, 12 Nov 2019 18:43:09 -0500 Subject: [PATCH] Delete Tests and updated Gradle Build Files --- .idea/gradle.xml | 9 ++++--- .idea/misc.xml | 27 ++++++++++++++++++- app/build.gradle | 2 +- .../ExampleInstrumentedTest.java | 26 ------------------ .../ExampleUnitTest.java | 17 ------------ 5 files changed, 33 insertions(+), 48 deletions(-) delete mode 100644 app/src/androidTest/java/com/MartyrPher/smapiandroidinstaller/ExampleInstrumentedTest.java delete mode 100644 app/src/test/java/com/MartyrPher/smapiandroidinstaller/ExampleUnitTest.java diff --git a/.idea/gradle.xml b/.idea/gradle.xml index 2996d53..7ac24c7 100644 --- a/.idea/gradle.xml +++ b/.idea/gradle.xml @@ -3,11 +3,14 @@ diff --git a/.idea/misc.xml b/.idea/misc.xml index 37a7509..dc34569 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -1,6 +1,31 @@ - + + + + + diff --git a/app/build.gradle b/app/build.gradle index 83b25fc..f3d265c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -21,7 +21,7 @@ android { dependencies { implementation 'com.android.support:appcompat-v7:28.0.0-alpha1' implementation 'com.android.support.constraint:constraint-layout:1.1.3' - //implementation 'com.google.android.material:material:1.1.0-alpha08' + implementation 'com.android.support:design:28.0.0' implementation 'com.madgag.spongycastle:core:1.54.0.0' implementation 'com.madgag.spongycastle:prov:1.54.0.0' implementation 'com.madgag.spongycastle:pkix:1.54.0.0' diff --git a/app/src/androidTest/java/com/MartyrPher/smapiandroidinstaller/ExampleInstrumentedTest.java b/app/src/androidTest/java/com/MartyrPher/smapiandroidinstaller/ExampleInstrumentedTest.java deleted file mode 100644 index d0f4912..0000000 --- a/app/src/androidTest/java/com/MartyrPher/smapiandroidinstaller/ExampleInstrumentedTest.java +++ /dev/null @@ -1,26 +0,0 @@ -package com.MartyrPher.smapiandroidinstaller; - -import android.content.Context; -import android.support.test.InstrumentationRegistry; -import android.support.test.runner.AndroidJUnit4; - -import org.junit.Test; -import org.junit.runner.RunWith; - -import static org.junit.Assert.*; - -/** - * Instrumented test, which will execute on an Android device. - * - * @see Testing documentation - */ -@RunWith(AndroidJUnit4.class) -public class ExampleInstrumentedTest { - @Test - public void useAppContext() { - // Context of the app under test. - Context appContext = InstrumentationRegistry.getTargetContext(); - - assertEquals("com.MartyrPher.smapiandroidinstaller", appContext.getPackageName()); - } -} diff --git a/app/src/test/java/com/MartyrPher/smapiandroidinstaller/ExampleUnitTest.java b/app/src/test/java/com/MartyrPher/smapiandroidinstaller/ExampleUnitTest.java deleted file mode 100644 index b743377..0000000 --- a/app/src/test/java/com/MartyrPher/smapiandroidinstaller/ExampleUnitTest.java +++ /dev/null @@ -1,17 +0,0 @@ -package com.MartyrPher.smapiandroidinstaller; - -import org.junit.Test; - -import static org.junit.Assert.*; - -/** - * Example local unit test, which will execute on the development machine (host). - * - * @see Testing documentation - */ -public class ExampleUnitTest { - @Test - public void addition_isCorrect() { - assertEquals(4, 2 + 2); - } -} \ No newline at end of file