/external/testng/src/test/java/test/ |
ParameterConstructorTest.java | 42 public void verify() { method in class:ParameterConstructorTest
|
/external/testng/src/test/java/test/configuration/ |
ConfigurationGroups1SampleTest.java | 43 public void verify() { method in class:ConfigurationGroups1SampleTest
|
ConfigurationGroups4SampleTest.java | 39 public void verify() { method in class:ConfigurationGroups4SampleTest 40 log("verify");
|
ConfigurationGroups5SampleTest.java | 55 public void verify() { method in class:ConfigurationGroups5SampleTest 56 log("verify");
|
ConfigurationGroups6SampleTest.java | 48 public void verify() { method in class:ConfigurationGroups6SampleTest 49 log("verify");
|
ConfigurationGroups7SampleTest.java | 36 public void verify() { method in class:ConfigurationGroups7SampleTest
|
ConfigurationGroups8SampleTest.java | 48 public void verify() { method in class:ConfigurationGroups8SampleTest
|
/external/testng/src/test/java/test/dependent/ |
ImplicitGroupInclusion4SampleTest.java | 37 public void verify() { method in class:ImplicitGroupInclusion4SampleTest
|
/external/testng/src/test/java/test/factory/ |
NestedFactoryTest.java | 36 public void verify() { method in class:NestedFactoryTest
|
NestedStaticFactoryTest.java | 36 public void verify() { method in class:NestedStaticFactoryTest
|
/external/testng/src/test/java/test/hook/ |
HookSuccess599Test.java | 39 public void verify(String name) { method in class:HookSuccess599Test 41 Reporter.log("output from hook test.verify");
|
HookSuccessTest.java | 39 public void verify(String name) { method in class:HookSuccessTest 41 Reporter.log("output from hook test.verify");
|
/external/testng/src/test/java/test/sample/ |
InvocationCountTest.java | 66 public void verify() { method in class:InvocationCountTest
|
/external/testng/src/test/java/test/verify/ |
VerifyMethodInterceptor.java | 1 package test.verify; 27 // Create the result with each @Verify method followed by a call 34 if (m.getMethod().getMethod().getAnnotation(Verify.class) != null) {
|
VerifyTest.java | 1 package test.verify;
|
/external/toolchain-utils/bestflags/ |
generation_test.py | 39 one and verify that the Done method returns false before setting the cost
|
/frameworks/base/core/tests/utiltests/src/com/android/internal/util/ |
WakeupMessageTest.java | 52 // Make a spy so that we can verify calls to it 109 verify(mAlarmManager).setExact(eq(AlarmManager.ELAPSED_REALTIME_WAKEUP), eq(when), 114 verify(mHandler, times(1)).handleMessage(any(Message.class)); 128 verify(mHandler, never()).handleMessage(any(Message.class)); 146 verify(mHandler, never()).handleMessage(any(Message.class)); 150 * Verify nothing happens when cancel is called without a schedule 158 * Verify that the message is silently rescheduled if schedule is called twice without the
|
/frameworks/base/keystore/java/android/security/keystore/ |
DelegatingX509Certificate.java | 169 public void verify(PublicKey key) method in class:DelegatingX509Certificate 175 mDelegate.verify(key); 179 public void verify(PublicKey key, String sigProvider) method in class:DelegatingX509Certificate 185 mDelegate.verify(key, sigProvider);
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/doze/ |
DozeTriggersTest.java | 23 import static org.mockito.Mockito.verify; 98 verify(mMachine, never()).requestState(any()); 99 verify(mMachine, never()).requestPulse(anyInt()); 109 verify(mMachine).requestPulse(anyInt());
|
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/ |
AccessibilityManagerTest.java | 26 import static org.mockito.Mockito.verify; 88 verify(mMockService).addClient(any(IAccessibilityManagerClient.class), anyInt()); 111 verify(mMockService).getInstalledAccessibilityServiceList(UserHandle.USER_CURRENT); 121 verify(mMockService).interrupt(UserHandle.USER_CURRENT);
|
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/ |
LocalOnlyHotspotRequestInfoTest.java | 72 verify(mAppBinder).linkToDeath(eq(mLOHSRequestInfo), eq(0)); 106 verify(mAppBinder).unlinkToDeath(eq(mLOHSRequestInfo), eq(0)); 116 verify(mCallback).onLocalOnlyHotspotRequestorDeath(eq(mLOHSRequestInfo)); 120 * Verify a RemoteException when calling linkToDeath triggers the callback. 127 verify(mCallback).onLocalOnlyHotspotRequestorDeath(eq(mLOHSRequestInfo)); 131 * Verify the pid is properly set. 140 * Verify that sendHotspotFailedMessage does send a Message properly 153 * Verify that sendHotspotStartedMessage does send a Message properly 166 * Verify that sendHotspotStoppedMessage does send a Message properly
|
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/scanner/ |
WificondPnoScannerTest.java | 82 * Verify that the HW disconnected PNO scan triggers a wificond PNO scan and invokes the 101 * Verify that we pause & resume HW PNO scan when a single scan is scheduled and invokes the 119 // Verify that the PNO scan was paused and single scan runs successfully 131 // Now verify that PNO scan is resumed successfully 137 * Verify that the SW disconnected PNO scan triggers a background scan and invokes the 147 * Verify that the HW connected PNO scan triggers a background scan and invokes the 157 * Verify that the SW connected PNO scan triggers a background scan and invokes the 167 * Verify that the HW PNO delayed failure cleans up the scan settings cleanly. 170 * 3. Fail the PNO scan resume and verify that the OnPnoScanFailed callback is invoked. 188 // Verify that the PNO scan was paused and single scan runs successfull [all...] |
/frameworks/opt/setupwizard/library/full-support/test/instrumentation/src/com/android/setupwizardlib/items/ |
RecyclerItemAdapterTest.java | 28 import static org.mockito.Mockito.verify; 115 verify(observer).onItemRangeChanged(eq(0), eq(1), anyObject()); 118 verify(observer).onItemRangeRemoved(eq(1), eq(1)); 121 verify(observer).onItemRangeInserted(eq(4), eq(1));
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/dataconnection/ |
DcTrackerTest.java | 35 import static org.mockito.Mockito.verify; 383 verify(mPhone, times(1)).notifyDataConnection(eq(Phone.REASON_CONNECTED), 386 verify(mAlarmManager, times(1)).set(eq(AlarmManager.ELAPSED_REALTIME), anyLong(), 435 verify(mPhone, times(sNetworkAttributes.length)).notifyDataConnection( 446 verify(mPhone, times(sNetworkAttributes.length)).notifyDataConnection( 453 verify(mPhone, times(sNetworkAttributes.length)).notifyDataConnection( 469 // Verify if RIL command was sent properly. 470 verify(mSimulatedCommandsVerifier, times(1)).setupDataCall( 500 verify(mPhone, times(sNetworkAttributes.length)).notifyDataConnection( 511 verify(mPhone, times(sNetworkAttributes.length)).notifyDataConnection [all...] |
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/ |
GsmSmsDispatcherTest.java | 22 import static org.mockito.Mockito.verify; 102 verify(mSimulatedCommandsVerifier).acknowledgeLastIncomingGsmSms(true, 117 verify(mSimulatedCommandsVerifier).sendSMS(anyString(), anyString(), any(Message.class)); 136 verify(mSimulatedCommandsVerifier).sendSMS(anyString(), anyString(), any(Message.class));
|