OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RemoteProviderWithExtraMethod
(Results
1 - 2
of
2
) sorted by null
/external/guice/extensions/throwingproviders/test/com/google/inject/throwingproviders/
ThrowingProviderTest.java
394
.bind(
RemoteProviderWithExtraMethod
.class, String.class);
399
assertEquals(
RemoteProviderWithExtraMethod
.class.getName() + " may not declare any new methods, but declared "
400
+
RemoteProviderWithExtraMethod
.class.getDeclaredMethods()[0].toGenericString(),
413
@CheckedProvides(
RemoteProviderWithExtraMethod
.class)
420
assertEquals(
RemoteProviderWithExtraMethod
.class.getName() + " may not declare any new methods, but declared "
421
+
RemoteProviderWithExtraMethod
.class.getDeclaredMethods()[0].toGenericString(),
497
interface
RemoteProviderWithExtraMethod
<T> extends ThrowingProvider<T, RemoteException> {
CheckedProviderTest.java
514
.bind(
RemoteProviderWithExtraMethod
.class, Foo.class);
519
assertEquals(
RemoteProviderWithExtraMethod
.class.getName() + " may not declare any new methods, but declared "
520
+
RemoteProviderWithExtraMethod
.class.getDeclaredMethods()[0].toGenericString(),
534
@CheckedProvides(
RemoteProviderWithExtraMethod
.class)
541
assertEquals(
RemoteProviderWithExtraMethod
.class.getName() + " may not declare any new methods, but declared "
542
+
RemoteProviderWithExtraMethod
.class.getDeclaredMethods()[0].toGenericString(),
648
interface
RemoteProviderWithExtraMethod
<T> extends CheckedProvider<T> {
[
all
...]
Completed in 128 milliseconds