- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for TestApplication (0.12 sec)
-
android-test-app/src/main/kotlin/okhttp/android/testapp/TestApplication.kt
* See the License for the specific language governing permissions and * limitations under the License. */ package okhttp.android.testapp import android.app.Application
Registered: 2025-05-30 11:42 - Last Modified: 2024-01-08 01:13 - 702 bytes - Viewed (0) -
android/guava-tests/test/com/google/common/util/concurrent/MoreExecutorsTest.java
} } @AndroidIncompatible // Mocking ExecutorService is forbidden there. TODO(b/218700094): Don't mock. public void testAddDelayedShutdownHook_success() throws InterruptedException { TestApplication application = new TestApplication(); ExecutorService service = mock(ExecutorService.class); application.addDelayedShutdownHook(service, 2, SECONDS); verify(service, Mockito.never()).shutdown(); application.shutdown();
Registered: 2025-05-30 12:43 - Last Modified: 2025-05-13 18:46 - 28K bytes - Viewed (0) -
android-test-app/src/main/AndroidManifest.xml
<uses-permission android:name="android.permission.INTERNET" /> <application android:allowBackup="true" android:label="@string/app_name" android:supportsRtl="true" android:name=".TestApplication" > <activity android:name=".MainActivity" android:exported="true"> <intent-filter> <action android:name="android.intent.action.MAIN" />
Registered: 2025-05-30 11:42 - Last Modified: 2023-12-23 14:46 - 683 bytes - Viewed (0)