} catch (Exception e) {
Log.v(TAG, e.toString());
}
assertTrue("testVideoCapture", true);
}
}
package com.android.camera.stress;
import com.android.camera.Camera;
import android.app.Instrumentation;
import android.test.ActivityInstrumentationTestCase2;
import android.test.suitebuilder.annotation.LargeTest;
import android.util.Log;
import android.view.KeyEvent;
/**
* Junit / Instrumentation test case for camera test
*
* Running the test suite:
*
* adb shell am instrument \
* -e class com.android.camera.stress.ImageCapture \
* -w com.android.camera.tests/com.android.camera.CameraStressTestRunner
文章來源于領測軟件測試網 http://www.kjueaiud.com/