Home
last modified time | relevance | path

Searched refs:exerciseCurrent (Results 1 – 15 of 15) sorted by relevance

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/tests/org.eclipse.jface.tests.databinding.conformance/src/org/eclipse/jface/databinding/conformance/
H A DObservableCollectionContractTest.java70 RealmTester.exerciseCurrent(() -> collection.iterator(), (CurrentRealm) collection.getRealm()); in testIterator_RealmCheck()
78 RealmTester.exerciseCurrent(() -> collection.size(), (CurrentRealm) collection.getRealm()); in testSize_RealmCheck()
86 RealmTester.exerciseCurrent(() -> collection.isEmpty(), (CurrentRealm) collection.getRealm()); in testIsEmpty_RealmCheck()
95 RealmTester.exerciseCurrent(() -> collection.contains(delegate.createElement(collection)), in testContains_RealmCheck()
106 RealmTester.exerciseCurrent( in testContainsAll_RealmCheck()
116 RealmTester.exerciseCurrent(() -> collection.toArray(), (CurrentRealm) collection.getRealm()); in testToArray_RealmCheck()
125 RealmTester.exerciseCurrent(() -> collection.toArray(new Object[collection.size()]), in testToArrayWithObjectArray_RealmCheck()
134 …RealmTester.exerciseCurrent(() -> collection.equals(collection), (CurrentRealm) collection.getReal… in testEquals_RealmCheck()
146 RealmTester.exerciseCurrent(() -> collection.hashCode(), (CurrentRealm) collection.getRealm()); in testHashCode_RealmCheck()
H A DMutableObservableCollectionContractTest.java76 RealmTester.exerciseCurrent(() -> collection.add(delegate.createElement(collection)), in testAdd_RealmCheck()
93 RealmTester.exerciseCurrent( in testAddAll_RealmCheck()
114 RealmTester.exerciseCurrent(() -> collection.remove(delegate.createElement(collection)), in testRemove_RealmCheck()
136 RealmTester.exerciseCurrent( in testRemoveAll_RealmCheck()
169 RealmTester.exerciseCurrent(() -> collection.retainAll(Collections.EMPTY_LIST), in testRetainAll_RealmCheck()
217 RealmTester.exerciseCurrent(() -> collection.clear(), (CurrentRealm) collection.getRealm()); in testClear_RealmCheck()
H A DObservableContractTest.java111 …RealmTester.exerciseCurrent(() -> delegate.change(observable), (CurrentRealm) observable.getRealm(… in testChange_RealmCheck()
150 RealmTester.exerciseCurrent(() -> observable.isStale(), (CurrentRealm) observable.getRealm()); in testIsStale_RealmChecks()
H A DMutableObservableValueContractTest.java112 RealmTester.exerciseCurrent(() -> observable.setValue(delegate.createValue(observable)), in testSetValue_RealmChecks()
H A DObservableValueContractTest.java177 RealmTester.exerciseCurrent(() -> observable.getValue(), (CurrentRealm) observable.getRealm()); in testGetValue_RealmCheck()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/tests/org.eclipse.jface.tests.databinding/src/org/eclipse/core/tests/databinding/observable/list/
H A DWritableListTest.java62 RealmTester.exerciseCurrent(() -> { in testSetRealmChecks()
71 RealmTester.exerciseCurrent(() -> { in testAddRealmChecks()
79 RealmTester.exerciseCurrent(() -> { in testAddByIndexRealmChecks()
87 RealmTester.exerciseCurrent(() -> { in testAddAllRealmChecks()
95 RealmTester.exerciseCurrent(() -> { in testAddAllByIndexRealmChecks()
108 RealmTester.exerciseCurrent(() -> list.remove("")); in testRemoveRealmChecks()
119 RealmTester.exerciseCurrent(() -> list.remove(list.size() - 1)); in testRemoveByIndexRealmChecks()
126 RealmTester.exerciseCurrent(() -> { in testRemoveAllRealmChecks()
134 RealmTester.exerciseCurrent(() -> { in testRetainAllRealmChecks()
142 RealmTester.exerciseCurrent(() -> { in testClearRealmChecks()
H A DAbstractObservableListTest.java62 RealmTester.exerciseCurrent(() -> list.fireChange()); in testFireChangeRealmChecks()
67 RealmTester.exerciseCurrent(() -> list.fireStale()); in testFireStaleRealmChecks()
72 RealmTester.exerciseCurrent(() -> list.fireListChange(null)); in testFireListChangeRealmChecks()
H A DObservableListTest.java62 RealmTester.exerciseCurrent(() -> list.isStale()); in testIsStaleRealmChecks()
67 RealmTester.exerciseCurrent(() -> list.setStale(false)); in testSetStaleRealmChecks()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/tests/org.eclipse.jface.tests.databinding/src/org/eclipse/core/tests/databinding/observable/map/
H A DAbstractObservableMapTest.java47 RealmTester.exerciseCurrent(() -> map.isStale()); in testIsStaleRealmChecks()
52 RealmTester.exerciseCurrent(() -> map.setStale(true)); in testSetStaleRealmChecks()
57 RealmTester.exerciseCurrent(() -> map.fireStale()); in testFireStaleRealmChecks()
62 RealmTester.exerciseCurrent(() -> map.fireChange()); in testFireChangeRealmChecks()
67 RealmTester.exerciseCurrent(() -> map.fireMapChange(null)); in testFireMapChangeRealmChecks()
H A DObservableMapTest.java74 RealmTester.exerciseCurrent(() -> map.isStale()); in testIsStaleRealmChecks()
79 RealmTester.exerciseCurrent(() -> map.setStale(true)); in testSetStaleRealmChecks()
84 RealmTester.exerciseCurrent(() -> map.fireMapChange(null)); in testFireMapChangeRealmChecks()
H A DWritableMapTest.java54 RealmTester.exerciseCurrent(() -> { in testPutRealmChecks()
62 RealmTester.exerciseCurrent(() -> { in testRemoveRealmChecks()
76 RealmTester.exerciseCurrent(() -> { in testClearRealmChecks()
84 RealmTester.exerciseCurrent(() -> { in testPutAllRealmChecks()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/tests/org.eclipse.jface.tests.databinding.conformance/src/org/eclipse/jface/databinding/conformance/util/
H A DRealmTester.java49 public static void exerciseCurrent(Runnable runnable) { in exerciseCurrent() method in RealmTester
89 public static void exerciseCurrent(Runnable runnable, CurrentRealm realm) { in exerciseCurrent() method in RealmTester
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/tests/org.eclipse.jface.tests.databinding/src/org/eclipse/core/tests/databinding/observable/value/
H A DAbstractObservableValueTest.java45 RealmTester.exerciseCurrent(() -> { in testSetValueRealmChecks()
79 RealmTester.exerciseCurrent(() -> { in testFireValueChangeRealmChecks()
H A DAbstractVetoableValueTest.java73 RealmTester.exerciseCurrent(() -> { in testFireValueChangeRealmChecks()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/tests/org.eclipse.jface.tests.databinding/src/org/eclipse/core/tests/databinding/observable/
H A DAbstractObservableTest.java193 RealmTester.exerciseCurrent(() -> { in testFireStaleRealmChecks()
203 RealmTester.exerciseCurrent(() -> { in testFireChangeRealmChecks()