Download Free code Cafe

Description

A powerful test framework for Android.

Icons

Cafe

Source Files

The download file Cafe-master.zip has the following entries.


LICENSE/*  www  . j a va 2s.c om*/
NOTICE
README.md
downloads/Cafe-2.3.zip
downloads/Cafe-2.4.zip
downloads/Cafe-2.5.zip
downloads/Cafe-3.0.zip
downloads/Cafe-3.1.zip
make.sh
testrunner/.classpath
testrunner/.project
testrunner/Android.mk
testrunner/AndroidManifest.xml
testrunner/libs/android-junit-report-1.5.8.jar
testrunner/libs/android.jar
testrunner/libs/robotium-solo-4.1.jar
testrunner/proguard.flags
testrunner/project.properties
testrunner/src/com/baidu/cafe/CafeExceptionHandler.java
testrunner/src/com/baidu/cafe/CafeListener.java
testrunner/src/com/baidu/cafe/CafeServiceTestCase.java
testrunner/src/com/baidu/cafe/CafeTestCase.java
testrunner/src/com/baidu/cafe/CafeTestRunner.java
testrunner/src/com/baidu/cafe/TearDownHelper.java
testrunner/src/com/baidu/cafe/local/DESEncryption.java
testrunner/src/com/baidu/cafe/local/FPSTracer.java
testrunner/src/com/baidu/cafe/local/FileUtils.java
testrunner/src/com/baidu/cafe/local/LocalLib.java
testrunner/src/com/baidu/cafe/local/Log.java
testrunner/src/com/baidu/cafe/local/NetworkUtils.java
testrunner/src/com/baidu/cafe/local/SnapshotHelper.java
testrunner/src/com/baidu/cafe/local/record/CafeWebViewClient.java
testrunner/src/com/baidu/cafe/local/record/OutputEvent.java
testrunner/src/com/baidu/cafe/local/record/ViewRecorder.java
testrunner/src/com/baidu/cafe/local/record/ViewRecorderSDK.java
testrunner/src/com/baidu/cafe/local/record/WebElementRecorder.java
testrunner/src/com/baidu/cafe/local/record/WebElementRecorder.js
testrunner/src/com/baidu/cafe/local/traveler/APPTraveler.java
testrunner/src/com/baidu/cafe/local/traveler/Logger.java
testrunner/src/com/baidu/cafe/local/traveler/Operation.java
testrunner/src/com/baidu/cafe/local/traveler/Util.java
testrunner/src/com/baidu/cafe/local/traveler/ViewHelper.java
testrunner/src/com/baidu/cafe/remote/Armser.java
testrunner/src/com/baidu/cafe/remote/IRemoteArms.aidl
tests/TestApiDemos/.classpath
tests/TestApiDemos/.project
tests/TestApiDemos/.settings/org.eclipse.jdt.core.prefs
tests/TestApiDemos/AndroidManifest.xml
tests/TestApiDemos/libs/cafe.jar
tests/TestApiDemos/libs/cafe_doc.jar
tests/TestApiDemos/proguard-project.txt
tests/TestApiDemos/project.properties
tests/TestApiDemos/res/drawable-hdpi/ic_launcher.png
tests/TestApiDemos/res/drawable-ldpi/ic_launcher.png
tests/TestApiDemos/res/drawable-mdpi/ic_launcher.png
tests/TestApiDemos/res/drawable-xhdpi/ic_launcher.png
tests/TestApiDemos/res/values/strings.xml
tests/TestApiDemos/src/com/example/android/apis/test/TestCafe.java
tests/TestCafe/.classpath
tests/TestCafe/.project
tests/TestCafe/Android.mk
tests/TestCafe/AndroidManifest.xml
tests/TestCafe/libs/cafe.jar
tests/TestCafe/proguard-project.txt
tests/TestCafe/project.properties
tests/TestCafe/res/drawable-hdpi/ic_launcher.png
tests/TestCafe/res/drawable-ldpi/ic_launcher.png
tests/TestCafe/res/drawable-mdpi/ic_launcher.png
tests/TestCafe/res/drawable-xhdpi/ic_launcher.png
tests/TestCafe/res/values/strings.xml
tests/TestCafe/src/com/example/demo/test/TestCafe.java
tests/TestRecord/.classpath
tests/TestRecord/.project
tests/TestRecord/Android.mk
tests/TestRecord/AndroidManifest.xml
tests/TestRecord/libs/cafe.jar
tests/TestRecord/proguard-project.txt
tests/TestRecord/project.properties
tests/TestRecord/res/drawable-hdpi/ic_launcher.png
tests/TestRecord/res/drawable-ldpi/ic_launcher.png
tests/TestRecord/res/drawable-mdpi/ic_launcher.png
tests/TestRecord/res/drawable-xhdpi/ic_launcher.png
tests/TestRecord/res/values/strings.xml
tests/TestRecord/src/com/example/demo/test/CafeReplay.java
tests/TestTravel/.classpath
tests/TestTravel/.project
tests/TestTravel/Android.mk
tests/TestTravel/AndroidManifest.xml
tests/TestTravel/libs/cafe.jar
tests/TestTravel/project.properties
tests/TestTravel/res/drawable-hdpi/ic_launcher.png
tests/TestTravel/res/drawable-ldpi/ic_launcher.png
tests/TestTravel/res/drawable-mdpi/ic_launcher.png
tests/TestTravel/res/drawable-xhdpi/ic_launcher.png
tests/TestTravel/res/values/strings.xml
tests/TestTravel/src/com/baidu/cafe/test/CafeTraveler.java
tests/run_demo_test.sh
testservice/.classpath
testservice/.project
testservice/Android.mk
testservice/AndroidManifest.xml
testservice/assets/WebElementRecorder.js
testservice/assets/pointer.png
testservice/default.properties
testservice/project.properties
testservice/res/drawable-hdpi/ic_action_search.png
testservice/res/drawable-hdpi/icon.png
testservice/res/drawable-ldpi/icon.png
testservice/res/drawable-mdpi/ic_action_search.png
testservice/res/drawable-mdpi/icon.png
testservice/res/drawable-xhdpi/ic_action_search.png
testservice/res/layout/activity_lock.xml
testservice/res/layout/main.xml
testservice/res/menu/activity_lock.xml
testservice/res/values-large/dimens.xml
testservice/res/values/dimens.xml
testservice/res/values/strings.xml
testservice/src/com/baidu/cafe/remote/Arms.java
testservice/src/com/baidu/cafe/remote/ArmsBinder.java
testservice/src/com/baidu/cafe/remote/ArmsBootupReceiver.java
testservice/src/com/baidu/cafe/remote/BatteryState.java
testservice/src/com/baidu/cafe/remote/IRemoteArms.aidl
testservice/src/com/baidu/cafe/remote/LockActivity.java
testservice/src/com/baidu/cafe/remote/Log.java
testservice/src/com/baidu/cafe/remote/MonkeyNetwork.java
testservice/src/com/baidu/cafe/remote/MyIntent.java
testservice/src/com/baidu/cafe/remote/SystemLib.java
testservice/src/com/baidu/cafe/remote/UILib.java
testservice/src/com/baidu/cafe/remote/ViewPropertyProvider.java
testutils/.classpath
testutils/.project
testutils/cafe_setup.bat
testutils/cafe_setup.sh
testutils/src/com/baidu/cafe/utils/ReflectHelper.java
testutils/src/com/baidu/cafe/utils/ShellExecute.java
testutils/src/com/baidu/cafe/utils/Strings.java
testutils/src/com/baidu/cafe/utils/TreeNode.java
testutils/utils.sh
tools/signapk.jar
tools/testkey.pk8
tools/testkey.x509.pem
travel.sh

Download

Click the following link to download Cafe-master.zip.

Cafe-master.zip




















Home »
  Android Free Code »
    Development »




API
Dependency Injection
Development
Driver
Eclipse
Emulator
EventBus
Framework
Git
GitHub
Google Guice
HTTP
JSON
junit
Library
Library Cache
Maven
Network
Plugin
RESTful
Selenium