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
158 PropertyChangeSupport support = new PropertyChangeSupport(bean); in testAddingOneListenerTwice() local
176 PropertyChangeSupport support = new PropertyChangeSupport(bean); in testAddingAListenerActuallyAddsAProxy() local
192 PropertyChangeSupport support = new PropertyChangeSupport(bean); in testAddingAProxy() local
228 PropertyChangeSupport support = new PropertyChangeSupport(bean); in testSerialize() local
237 new SerializationTester<PropertyChangeSupport>(support, s) { in testSerialize() argument