Searched defs:invoked (Results 1 - 15 of 15) sorted by relevance

/external/testng/src/test/java/test/listeners/
H A DLListener.java8 public static boolean invoked = false; field in class:LListener
12 invoked = true;
/external/testng/src/test/java/test/objectfactory/
H A DLoggingObjectFactory.java18 public static int invoked; field in class:LoggingObjectFactory
23 invoked++;
/external/guice/core/test/com/google/inject/
H A DIntegrationTest.java43 assertTrue(foo.invoked);
48 assertTrue(foo.invoked);
53 boolean invoked; field in class:IntegrationTest.Foo
55 invoked = true;
/external/testng/src/test/java/test/simple/
H A DIncludedExcludedTest.java69 Collection<ITestNGMethod> invoked = suite.getInvokedMethods();
70 Assert.assertEquals(invoked.size(), m_included.length);
72 Assert.assertTrue(containsMethod(invoked, s));
85 private boolean containsMethod(Collection<ITestNGMethod> invoked, String string) { argument
86 for (ITestNGMethod m : invoked) {
/external/guice/core/test/com/google/inject/internal/
H A DProxyFactoryTest.java57 assertTrue(simple.invoked);
58 assertTrue(interceptor.invoked);
62 boolean invoked = false; field in class:ProxyFactoryTest.Simple
64 invoked = true;
70 boolean invoked = false; field in class:ProxyFactoryTest.SimpleInterceptor
73 invoked = true;
94 assertFalse(interceptor.invoked);
98 assertFalse(interceptor.invoked);
102 assertTrue(interceptor.invoked);
/external/guava/guava-gwt/test-super/com/google/common/base/super/com/google/common/base/
H A DPreconditionsTest.java348 boolean invoked; field in class:PreconditionsTest.Message
350 assertFalse(invoked);
351 invoked = true;
/external/guava/guava-tests/test/com/google/common/base/
H A DPreconditionsTest.java356 boolean invoked; field in class:PreconditionsTest.Message
358 assertFalse(invoked);
359 invoked = true;
/external/guice/extensions/assistedinject/src/com/google/inject/assistedinject/
H A DFactoryProvider2.java736 * When a factory method is invoked, we create a child injector that binds all parameters, then
805 /** Returns true if {@code thrown} can be thrown by {@code invoked} without wrapping. */
806 static boolean canRethrow(Method invoked, Throwable thrown) { argument
811 for (Class<?> declared : invoked.getExceptionTypes()) {
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 252 milliseconds