Delete unused files.

This commit is contained in:
2025-07-21 19:48:05 -07:00
parent 9645510759
commit 959573a4e9
2 changed files with 0 additions and 28 deletions

View File

@@ -1,13 +0,0 @@
package com.hyperling.apps.the45minuterule;
import android.app.Application;
import android.test.ApplicationTestCase;
/**
* <a href="http://d.android.com/tools/testing/testing_android.html">Testing Fundamentals</a>
*/
public class ApplicationTest extends ApplicationTestCase<Application> {
public ApplicationTest() {
super(Application.class);
}
}

View File

@@ -1,15 +0,0 @@
package com.hyperling.apps.the45minuterule;
import org.junit.Test;
import static org.junit.Assert.*;
/**
* To work on unit tests, switch the Test Artifact in the Build Variants view.
*/
public class ExampleUnitTest {
@Test
public void addition_isCorrect() throws Exception {
assertEquals(4, 2 + 2);
}
}