mirror of
				https://github.com/SimpleMobileTools/Simple-App-Launcher.git
				synced 2025-06-05 21:49:21 +02:00 
			
		
		
		
	remove the sample tests
This commit is contained in:
		| @@ -1,13 +0,0 @@ | |||||||
| package com.simplemobiletools.applauncher; |  | ||||||
|  |  | ||||||
| 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); |  | ||||||
|     } |  | ||||||
| } |  | ||||||
| @@ -1,15 +0,0 @@ | |||||||
| package com.simplemobiletools.applauncher; |  | ||||||
|  |  | ||||||
| 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); |  | ||||||
|     } |  | ||||||
| } |  | ||||||
		Reference in New Issue
	
	Block a user