Download android-test-2.1.2.jar file

Introduction

You can download android-test-2.1.2.jar in this page.

License

Apache 2.0

Type List

android-test-2.1.2.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/com.google.android/android-test/pom.properties
META-INF/maven/com.google.android/android-test/pom.xml
android.test.ActivityInstrumentationTestCase.class
android.test.ActivityInstrumentationTestCase2.class
android.test.ActivityTestCase.class
android.test.ActivityUnitTestCase.class
android.test.AndroidTestCase.class
android.test.AndroidTestRunner.class
android.test.ApplicationTestCase.class
android.test.AssertionFailedError.class
android.test.ComparisonFailure.class
android.test.FlakyTest.class
android.test.InstrumentationTestCase.class
android.test.InstrumentationTestRunner.class
android.test.InstrumentationTestSuite.class
android.test.IsolatedContext.class
android.test.MoreAsserts.class
android.test.PerformanceTestCase.class
android.test.ProviderTestCase.class
android.test.ProviderTestCase2.class
android.test.RenamingDelegatingContext.class
android.test.ServiceTestCase.class
android.test.SingleLaunchActivityTestCase.class
android.test.SyncBaseInstrumentation.class
android.test.TestSuiteProvider.class
android.test.TouchUtils.class
android.test.UiThreadTest.class
android.test.ViewAsserts.class
android.test.mock.MockApplication.class
android.test.mock.MockContentResolver.class
android.test.mock.MockContext.class
android.test.mock.MockDialogInterface.class
android.test.mock.MockPackageManager.class
android.test.mock.MockResources.class
android.test.suitebuilder.TestMethod.class
android.test.suitebuilder.TestSuiteBuilder.class
android.test.suitebuilder.annotation.LargeTest.class
android.test.suitebuilder.annotation.MediumTest.class
android.test.suitebuilder.annotation.SmallTest.class
android.test.suitebuilder.annotation.Smoke.class
android.test.suitebuilder.annotation.Suppress.class

Pom

android-test-2.1.2.pom file content.

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
	<modelVersion>4.0.0</modelVersion>
	<groupId>com.google.android</groupId>
	<artifactId>android-test</artifactId>
	<version>2.1.2</version>
	<packaging>jar</packaging>
	<name>Google Android Library Test Framework</name>
	<description>A library jar that provides APIs for testing Applications written for the Google Android Platform.</description>
	<url>http://source.android.com/</url>
	<inceptionYear>2008</inceptionYear>	
	<licenses>
		<license>
			<name>Apache 2.0</name>
			<url>http://www.apache.org/licenses/LICENSE-2.0</url>
			<comments>
				While the EULA for the Android SDK restricts distribution of those binaries, the source code 
				is licensed under Apache 2.0 which allows compiling binaries from source and then distributing
				those versions. 
			</comments>
			<distribution>repo</distribution>
		</license>
	</licenses>
	<scm>
		<url>https://android.git.kernel.org/</url>
		<connection>git://android.git.kernel.org/platform/manifest.git</connection>
	</scm>
	<developers>
		<developer>
			<name>The Android Open Source Projects</name>
		</developer>
	</developers>

	<build>
		<plugins>
			<plugin>
				<groupId>org.apache.maven.plugins</groupId>
				<artifactId>maven-compiler-plugin</artifactId>
				<version>2.3</version>
				<configuration>
					<compilerVersion>1.5</compilerVersion>
				</configuration>
			</plugin>
		</plugins>

	</build>

	<dependencies>
		<dependency>
			<groupId>com.google.android</groupId>
			<artifactId>android</artifactId>
			<version>2.1.2</version>
		</dependency>
		<dependency>
			<groupId>junit</groupId>
			<artifactId>junit</artifactId>
			<version>3.8.2</version>
		</dependency>
	</dependencies>
</project>

POM Entry

<dependency>
   <groupId>com.google.android</groupId>
   <artifactId>android-test</artifactId>
   <version>2.1.2</version>
</dependency>

Download

If you think the following android-test-2.1.2.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download android-test-2.1.2.jar file




PreviousNext

Related