aboutsummaryrefslogtreecommitdiffstats
path: root/testapps/testProjectTest/test
diff options
context:
space:
mode:
Diffstat (limited to 'testapps/testProjectTest/test')
-rw-r--r--testapps/testProjectTest/test/.classpath9
-rw-r--r--testapps/testProjectTest/test/.project34
-rw-r--r--testapps/testProjectTest/test/AndroidManifest.xml27
-rw-r--r--testapps/testProjectTest/test/proguard-project.txt20
-rw-r--r--testapps/testProjectTest/test/project.properties15
-rw-r--r--testapps/testProjectTest/test/res/drawable-hdpi/ic_launcher.pngbin9397 -> 0 bytes
-rw-r--r--testapps/testProjectTest/test/res/drawable-ldpi/ic_launcher.pngbin2729 -> 0 bytes
-rw-r--r--testapps/testProjectTest/test/res/drawable-mdpi/ic_launcher.pngbin5237 -> 0 bytes
-rw-r--r--testapps/testProjectTest/test/res/drawable-xhdpi/ic_launcher.pngbin14383 -> 0 bytes
-rw-r--r--testapps/testProjectTest/test/res/layout/main.xml12
-rw-r--r--testapps/testProjectTest/test/res/values/strings.xml7
-rw-r--r--testapps/testProjectTest/test/src/com/android/tests/testprojecttest/lib/LibActivityTest.java72
-rw-r--r--testapps/testProjectTest/test/src/com/android/tests/testprojecttest/test/AllTests.java53
13 files changed, 0 insertions, 249 deletions
diff --git a/testapps/testProjectTest/test/.classpath b/testapps/testProjectTest/test/.classpath
deleted file mode 100644
index 9afbc38..0000000
--- a/testapps/testProjectTest/test/.classpath
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<classpath>
- <classpathentry kind="src" path="src"/>
- <classpathentry kind="src" path="gen"/>
- <classpathentry combineaccessrules="false" kind="src" path="/testProjectTest-app"/>
- <classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
- <classpathentry kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
- <classpathentry kind="output" path="bin/classes"/>
-</classpath>
diff --git a/testapps/testProjectTest/test/.project b/testapps/testProjectTest/test/.project
deleted file mode 100644
index bffbba0..0000000
--- a/testapps/testProjectTest/test/.project
+++ /dev/null
@@ -1,34 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
- <name>testProjectTest-test</name>
- <comment></comment>
- <projects>
- <project>testProjectTest-app</project>
- </projects>
- <buildSpec>
- <buildCommand>
- <name>com.android.ide.eclipse.adt.ResourceManagerBuilder</name>
- <arguments>
- </arguments>
- </buildCommand>
- <buildCommand>
- <name>com.android.ide.eclipse.adt.PreCompilerBuilder</name>
- <arguments>
- </arguments>
- </buildCommand>
- <buildCommand>
- <name>org.eclipse.jdt.core.javabuilder</name>
- <arguments>
- </arguments>
- </buildCommand>
- <buildCommand>
- <name>com.android.ide.eclipse.adt.ApkBuilder</name>
- <arguments>
- </arguments>
- </buildCommand>
- </buildSpec>
- <natures>
- <nature>com.android.ide.eclipse.adt.AndroidNature</nature>
- <nature>org.eclipse.jdt.core.javanature</nature>
- </natures>
-</projectDescription>
diff --git a/testapps/testProjectTest/test/AndroidManifest.xml b/testapps/testProjectTest/test/AndroidManifest.xml
deleted file mode 100644
index 8ac5dbe..0000000
--- a/testapps/testProjectTest/test/AndroidManifest.xml
+++ /dev/null
@@ -1,27 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<manifest xmlns:android="http://schemas.android.com/apk/res/android"
- package="com.android.tests.testprojecttest.test"
- android:versionCode="1"
- android:versionName="1.0" >
-
- <uses-sdk android:minSdkVersion="15" />
-
- <!--
- We add an application tag here just so that we can indicate that
- this package needs to link against the android.test library,
- which is needed when building test cases.
- -->
- <application>
- <uses-library android:name="android.test.runner" />
- </application>
-
- <!--
- This declares that this app uses the instrumentation test runner targeting
- the package of com.android.tests.testprojecttest.app. To run the tests use the command:
- "adb shell am instrument -w com.android.tests.testprojecttest.test/android.test.InstrumentationTestRunner"
- -->
- <instrumentation
- android:name="android.test.InstrumentationTestRunner"
- android:targetPackage="com.android.tests.testprojecttest.app" />
-
-</manifest> \ No newline at end of file
diff --git a/testapps/testProjectTest/test/proguard-project.txt b/testapps/testProjectTest/test/proguard-project.txt
deleted file mode 100644
index f2fe155..0000000
--- a/testapps/testProjectTest/test/proguard-project.txt
+++ /dev/null
@@ -1,20 +0,0 @@
-# To enable ProGuard in your project, edit project.properties
-# to define the proguard.config property as described in that file.
-#
-# Add project specific ProGuard rules here.
-# By default, the flags in this file are appended to flags specified
-# in ${sdk.dir}/tools/proguard/proguard-android.txt
-# You can edit the include path and order by changing the ProGuard
-# include property in project.properties.
-#
-# For more details, see
-# http://developer.android.com/guide/developing/tools/proguard.html
-
-# Add any project specific keep options here:
-
-# If your project uses WebView with JS, uncomment the following
-# and specify the fully qualified class name to the JavaScript interface
-# class:
-#-keepclassmembers class fqcn.of.javascript.interface.for.webview {
-# public *;
-#}
diff --git a/testapps/testProjectTest/test/project.properties b/testapps/testProjectTest/test/project.properties
deleted file mode 100644
index 4c13b85..0000000
--- a/testapps/testProjectTest/test/project.properties
+++ /dev/null
@@ -1,15 +0,0 @@
-# This file is automatically generated by Android Tools.
-# Do not modify this file -- YOUR CHANGES WILL BE ERASED!
-#
-# This file must be checked in Version Control Systems.
-#
-# To customize properties used by the Ant build system edit
-# "ant.properties", and override values to adapt the script to your
-# project structure.
-#
-# To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home):
-#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
-
-# Project target.
-target=android-15
-tested.project.dir=../app
diff --git a/testapps/testProjectTest/test/res/drawable-hdpi/ic_launcher.png b/testapps/testProjectTest/test/res/drawable-hdpi/ic_launcher.png
deleted file mode 100644
index 96a442e..0000000
--- a/testapps/testProjectTest/test/res/drawable-hdpi/ic_launcher.png
+++ /dev/null
Binary files differ
diff --git a/testapps/testProjectTest/test/res/drawable-ldpi/ic_launcher.png b/testapps/testProjectTest/test/res/drawable-ldpi/ic_launcher.png
deleted file mode 100644
index 9923872..0000000
--- a/testapps/testProjectTest/test/res/drawable-ldpi/ic_launcher.png
+++ /dev/null
Binary files differ
diff --git a/testapps/testProjectTest/test/res/drawable-mdpi/ic_launcher.png b/testapps/testProjectTest/test/res/drawable-mdpi/ic_launcher.png
deleted file mode 100644
index 359047d..0000000
--- a/testapps/testProjectTest/test/res/drawable-mdpi/ic_launcher.png
+++ /dev/null
Binary files differ
diff --git a/testapps/testProjectTest/test/res/drawable-xhdpi/ic_launcher.png b/testapps/testProjectTest/test/res/drawable-xhdpi/ic_launcher.png
deleted file mode 100644
index 71c6d76..0000000
--- a/testapps/testProjectTest/test/res/drawable-xhdpi/ic_launcher.png
+++ /dev/null
Binary files differ
diff --git a/testapps/testProjectTest/test/res/layout/main.xml b/testapps/testProjectTest/test/res/layout/main.xml
deleted file mode 100644
index bc12cd8..0000000
--- a/testapps/testProjectTest/test/res/layout/main.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_width="fill_parent"
- android:layout_height="fill_parent"
- android:orientation="vertical" >
-
- <TextView
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:text="@string/hello" />
-
-</LinearLayout> \ No newline at end of file
diff --git a/testapps/testProjectTest/test/res/values/strings.xml b/testapps/testProjectTest/test/res/values/strings.xml
deleted file mode 100644
index ef42478..0000000
--- a/testapps/testProjectTest/test/res/values/strings.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<resources>
-
- <string name="hello">Hello World!</string>
- <string name="app_name">TestProjectTest-testTest</string>
-
-</resources> \ No newline at end of file
diff --git a/testapps/testProjectTest/test/src/com/android/tests/testprojecttest/lib/LibActivityTest.java b/testapps/testProjectTest/test/src/com/android/tests/testprojecttest/lib/LibActivityTest.java
deleted file mode 100644
index 9be6f97..0000000
--- a/testapps/testProjectTest/test/src/com/android/tests/testprojecttest/lib/LibActivityTest.java
+++ /dev/null
@@ -1,72 +0,0 @@
-/*
- * Copyright (C) 2008 The Android Open Source Project
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-
-package com.android.tests.testprojecttest.lib;
-
-import android.test.ActivityInstrumentationTestCase2;
-import android.test.suitebuilder.annotation.MediumTest;
-import android.widget.TextView;
-
-import com.android.tests.testprojecttest.app.R;
-
-/**
- * An example of an {@link ActivityInstrumentationTestCase2} of a specific activity {@link Focus2}.
- * By virtue of extending {@link ActivityInstrumentationTestCase2}, the target activity is automatically
- * launched and finished before and after each test. This also extends
- * {@link android.test.InstrumentationTestCase}, which provides
- * access to methods for sending events to the target activity, such as key and
- * touch events. See {@link #sendKeys}.
- *
- * In general, {@link android.test.InstrumentationTestCase}s and {@link ActivityInstrumentationTestCase2}s
- * are heavier weight functional tests available for end to end testing of your
- * user interface. When run via a {@link android.test.InstrumentationTestRunner},
- * the necessary {@link android.app.Instrumentation} will be injected for you to
- * user via {@link #getInstrumentation} in your tests.
- *
- * See {@link com.example.android.apis.AllTests} for documentation on running
- * all tests and individual tests in this application.
- */
-public class LibActivityTest extends ActivityInstrumentationTestCase2<LibActivity> {
-
- private TextView mTextView;
-
- /**
- * Creates an {@link ActivityInstrumentationTestCase2} that tests the {@link Focus2} activity.
- */
- public LibActivityTest() {
- super(LibActivity.class);
- }
-
- @Override
- protected void setUp() throws Exception {
- super.setUp();
- final LibActivity a = getActivity();
- // ensure a valid handle to the activity has been returned
- assertNotNull(a);
- mTextView = (TextView) a.findViewById(R.id.text);
- }
-
- /**
- * The name 'test preconditions' is a convention to signal that if this
- * test doesn't pass, the test case was not set up properly and it might
- * explain any and all failures in other tests. This is not guaranteed
- * to run before other tests, as junit uses reflection to find the tests.
- */
- @MediumTest
- public void testPreconditions() {
- assertNotNull(mTextView);
- }
-}
diff --git a/testapps/testProjectTest/test/src/com/android/tests/testprojecttest/test/AllTests.java b/testapps/testProjectTest/test/src/com/android/tests/testprojecttest/test/AllTests.java
deleted file mode 100644
index a77b53c..0000000
--- a/testapps/testProjectTest/test/src/com/android/tests/testprojecttest/test/AllTests.java
+++ /dev/null
@@ -1,53 +0,0 @@
-/*
- * Copyright (C) 2008 The Android Open Source Project
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-
-package com.android.tests.testprojecttest.test;
-
-import junit.framework.Test;
-import junit.framework.TestSuite;
-
-import android.test.suitebuilder.TestSuiteBuilder;
-
-/**
- * A test suite containing all tests for ApiDemos.
- *
- * To run all suites found in this apk:
- * $ adb shell am instrument -w \
- * com.example.android.apis.tests/android.test.InstrumentationTestRunner
- *
- * To run just this suite from the command line:
- * $ adb shell am instrument -w \
- * -e class com.example.android.apis.AllTests \
- * com.example.android.apis.tests/android.test.InstrumentationTestRunner
- *
- * To run an individual test case, e.g. {@link com.example.android.apis.os.MorseCodeConverterTest}:
- * $ adb shell am instrument -w \
- * -e class com.example.android.apis.os.MorseCodeConverterTest \
- * com.example.android.apis.tests/android.test.InstrumentationTestRunner
- *
- * To run an individual test, e.g. {@link com.example.android.apis.os.MorseCodeConverterTest#testCharacterS()}:
- * $ adb shell am instrument -w \
- * -e class com.example.android.apis.os.MorseCodeConverterTest#testCharacterS \
- * com.example.android.apis.tests/android.test.InstrumentationTestRunner
- */
-public class AllTests extends TestSuite {
-
- public static Test suite() {
- return new TestSuiteBuilder(AllTests.class)
- .includeAllPackagesUnderHere()
- .build();
- }
-}