OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:yellowclass
(Results
1 - 1
of
1
) sorted by null
/libcore/luni/src/test/java/libcore/java/lang/reflect/
ReflectionTest.java
287
Class<?>
yellowClass
= TrafficLights.YELLOW.getClass();
290
assertNotSame(trafficClass,
yellowClass
);
292
assertNotSame(
yellowClass
, greenClass);
295
assertFalse(
yellowClass
.isEnum());
298
assertNull(
yellowClass
.getEnumConstants());
Completed in 3110 milliseconds