Searched refs:nullToNull (Results 1 – 1 of 1) sorted by relevance
40 PropertyChangeEvent nullToNull = new PropertyChangeEvent(bean, "a", null, null); in testOldAndNewAreBothNull() local41 support.firePropertyChange(nullToNull); in testOldAndNewAreBothNull()42 assertEquals(Arrays.<PropertyChangeEvent>asList(nullToNull), listener.log); in testOldAndNewAreBothNull()