HomeSort by relevance Sort by last modified time
    Searched full:yellowclass (Results 1 - 1 of 1) sorted by null

  /frameworks/base/tests/CoreTests/android/core/
MiscRegressionTest.java 152 Class<?> yellowClass = TrafficLights.YELLOW.getClass();
156 Assert.assertNotSame("Classes must be different", trafficClass, yellowClass);
158 Assert.assertNotSame("Classes must be different", yellowClass, greenClass);
162 Assert.assertFalse("Must not be an enum", yellowClass.isEnum());
166 Assert.assertNull("Must not have enum constants", yellowClass.getEnumConstants());

Completed in 36 milliseconds