- Sort Score
- Result 10 results
- Languages All
Results 1 - 4 of 4 for myEnum (0.04 sec)
-
src/test/java/org/codelibs/core/beans/impl/PropertyDescImplTest.java
final BeanDesc beanDesc = BeanDescFactory.getBeanDesc(MyDto.class); final PropertyDesc pd = beanDesc.getPropertyDesc("myEnum"); final MyDto dto = new MyDto(); pd.setValue(dto, "ONE"); assertEquals(MyEnum.ONE, dto.myEnum); } /** * @throws Exception */ @Test public void testGetBeanDesc() throws Exception {
Registered: Fri Sep 05 20:58:11 UTC 2025 - Last Modified: Fri Jun 20 13:40:57 UTC 2025 - 11K bytes - Viewed (0) -
guava-tests/test/com/google/common/reflect/TypeTokenSubtypeTest.java
return isSubtype(listOfEnums); } @TestSubtype(suppressGetSupertype = true, suppressGetSubtype = true) public List<Enum<? extends Enum<?>>> listOfSubEnumsIsNotSubtypeOfListOfEnums( List<MyEnum> listOfEnums) { return notSubtype(listOfEnums); } @TestSubtype(suppressGetSupertype = true, suppressGetSubtype = true)
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Dec 19 18:03:30 UTC 2024 - 20.4K bytes - Viewed (0) -
android/guava-tests/test/com/google/common/reflect/TypeTokenSubtypeTest.java
return isSubtype(listOfEnums); } @TestSubtype(suppressGetSupertype = true, suppressGetSubtype = true) public List<Enum<? extends Enum<?>>> listOfSubEnumsIsNotSubtypeOfListOfEnums( List<MyEnum> listOfEnums) { return notSubtype(listOfEnums); } @TestSubtype(suppressGetSupertype = true, suppressGetSubtype = true)
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Dec 19 18:03:30 UTC 2024 - 20.4K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.21.md
- Implement caching instances ### IONOS - Add support for IONOS ### Kubemark - Skip non-kubemark nodes while computing node infos for node groups. ### Magnum - Add Magnum support in the Cluster Autoscaler helm chart ### Packet - Allow empty nodepools - Add support for multiple nodepools - Add pricing support ## Image
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Fri Oct 14 07:03:14 UTC 2022 - 367.3K bytes - Viewed (0)