Searched refs:anyPropA (Results 1 – 1 of 1) sorted by relevance
534 cl.anyPropA= null; in setPropertyValue()540 cl.anyPropA= null; in setPropertyValue()545 r[i++]= cl.anyPropA.getType().equals(new Type(void.class)) && in setPropertyValue()546 cl.anyPropA.getObject() == null; in setPropertyValue()548 cl.anyPropA= new Any(new Type(byte.class),new Byte((byte) 111)); in setPropertyValue()550 r[i++]= cl.anyPropA.getType().equals(new Type(byte.class)) && in setPropertyValue()551 cl.anyPropA.getObject() == null; in setPropertyValue()553 cl.anyPropA= null; in setPropertyValue()1116 public Any anyPropA; field in TestClass1410 r[i++]= util.anyEquals(anyPropA, value); in test_setPropertyValueNoBroadcast()[all …]
Completed in 21 milliseconds