OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:assertNotSerializable
(Results
1 - 2
of
2
) sorted by null
/external/guice/core/test/com/google/inject/
TypeLiteralTest.java
20
import static com.google.inject.Asserts.
assertNotSerializable
;
73
assertNotSerializable
(a);
74
assertNotSerializable
(b);
75
assertNotSerializable
(c);
146
assertNotSerializable
(new TypeLiteral<List<String>>() {});
/libcore/ojluni/src/test/java/time/tck/java/time/
AbstractTCKTest.java
174
protected static void
assertNotSerializable
(Class<?> serClass) throws Exception {
Completed in 835 milliseconds