Skip to content

Commit 586b92a

Browse files
committed
New Mockito test
1 parent 6f670a2 commit 586b92a

File tree

72 files changed

+874
-438
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

72 files changed

+874
-438
lines changed

HelloWorld/src/in/wptrafficanalyzer/helloworld/MainActivity.java

Lines changed: 0 additions & 20 deletions
This file was deleted.

HelloWorldTest/src/in/wptrafficanalyzer/helloworld/test/MainActivityTest.java

Lines changed: 0 additions & 53 deletions
This file was deleted.
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<classpath>
3+
<classpathentry kind="src" path="src"/>
4+
<classpathentry kind="src" path="gen"/>
5+
<classpathentry combineaccessrules="false" kind="src" path="/com.vogella.android.mockito.intent"/>
6+
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
7+
<classpathentry kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
8+
<classpathentry kind="output" path="bin/classes"/>
9+
</classpath>
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<projectDescription>
3+
<name>com.vogella.android.mockito.intent.test</name>
4+
<comment></comment>
5+
<projects>
6+
<project>com.vogella.android.mockito.intent</project>
7+
</projects>
8+
<buildSpec>
9+
<buildCommand>
10+
<name>com.android.ide.eclipse.adt.ResourceManagerBuilder</name>
11+
<arguments>
12+
</arguments>
13+
</buildCommand>
14+
<buildCommand>
15+
<name>com.android.ide.eclipse.adt.PreCompilerBuilder</name>
16+
<arguments>
17+
</arguments>
18+
</buildCommand>
19+
<buildCommand>
20+
<name>org.eclipse.jdt.core.javabuilder</name>
21+
<arguments>
22+
</arguments>
23+
</buildCommand>
24+
<buildCommand>
25+
<name>com.android.ide.eclipse.adt.ApkBuilder</name>
26+
<arguments>
27+
</arguments>
28+
</buildCommand>
29+
</buildSpec>
30+
<natures>
31+
<nature>com.android.ide.eclipse.adt.AndroidNature</nature>
32+
<nature>org.eclipse.jdt.core.javanature</nature>
33+
</natures>
34+
</projectDescription>
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
3+
package="com.vogella.android.mockito.intent.test"
4+
android:versionCode="1"
5+
android:versionName="1.0" >
6+
7+
<uses-sdk android:minSdkVersion="17" />
8+
9+
<instrumentation
10+
android:name="android.test.InstrumentationTestRunner"
11+
android:targetPackage="com.vogella.android.mockito.intent" />
12+
13+
<application
14+
android:icon="@drawable/ic_launcher"
15+
android:label="@string/app_name" >
16+
<uses-library android:name="android.test.runner" />
17+
</application>
18+
19+
</manifest>
662 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.

HelloWorld/proguard-project.txt renamed to com.vogella.android.mockito.intent.test/proguard-project.txt

File renamed without changes.

HelloWorld/project.properties renamed to com.vogella.android.mockito.intent.test/project.properties

File renamed without changes.

0 commit comments

Comments
 (0)