Home
last modified time | relevance | path

Searched defs:support (Results 1 – 1 of 1) sorted by relevance

/libcore/luni/src/test/java/libcore/java/util/beans/
DPropertyChangeSupportTest.java36 PropertyChangeSupport support = new PropertyChangeSupport(bean); in testOldAndNewAreBothNull() local
47 PropertyChangeSupport support = new PropertyChangeSupport(bean); in testOldAndNewAreTheSame() local
62 PropertyChangeSupport support = new PropertyChangeSupport(bean); in testEventsFilteredByProxies() local
108 PropertyChangeSupport support = new PropertyChangeSupport(bean); in testRemoveWithProxies() local
164 PropertyChangeSupport support = new PropertyChangeSupport(bean); in testAddingOneListenerTwice() local
182 PropertyChangeSupport support = new PropertyChangeSupport(bean); in testAddingAListenerActuallyAddsAProxy() local
198 PropertyChangeSupport support = new PropertyChangeSupport(bean); in testAddingAProxy() local
237 PropertyChangeSupport support = new PropertyChangeSupport(bean); in testSerialize() local
246 new SerializationTester<PropertyChangeSupport>(support, s) { in testSerialize() argument