Lines Matching refs:areSame

29         Y.Assert.areSame('bar', history.get().foo);
32 Y.Assert.areSame('kittens', history.get());
91 Y.Assert.areSame('bar', this.history.get().foo);
101 Y.Assert.areSame('test', e.src);
105 Y.Assert.areSame('test', e.src);
109 Y.Assert.areSame('test', e.src);
113 Y.Assert.areSame('another test', e.src);
117 Y.Assert.areSame('bar', this.history.get().foo);
175 Y.Assert.areSame(Y.HistoryBase.SRC_ADD, e.src);
184 Y.Assert.areSame('bar', this.history.get('foo'));
185 Y.Assert.areSame(1, Obj.size(this.history.get()));
188 Y.Assert.areSame('quux', this.history.get('baz'));
189 Y.Assert.areSame(2, Obj.size(this.history.get()));
194 Y.Assert.areSame('bar', this.history.get('foo'));
195 Y.Assert.areSame(1, Obj.size(this.history.get()));
198 Y.Assert.areSame('quux', this.history.get('baz'));
199 Y.Assert.areSame(1, Obj.size(this.history.get()));
204 Y.Assert.areSame('pants', this.history.get());
213 Y.Assert.areSame(Y.HistoryBase.SRC_ADD, e.src);
222 Y.Assert.areSame('bar', this.history.get('foo'));
223 Y.Assert.areSame(1, Obj.size(this.history.get()));
226 Y.Assert.areSame('quux', this.history.get('baz'));
227 Y.Assert.areSame(2, Obj.size(this.history.get()));
232 Y.Assert.areSame('bar', this.history.get('foo'));
233 Y.Assert.areSame(1, Obj.size(this.history.get()));
236 Y.Assert.areSame('quux', this.history.get('baz'));
237 Y.Assert.areSame(1, Obj.size(this.history.get()));
246 Y.Assert.areSame(Y.HistoryBase.SRC_REPLACE, e.src);
255 Y.Assert.areSame('bar', this.history.get('foo'));
256 Y.Assert.areSame(1, Obj.size(this.history.get()));
259 Y.Assert.areSame('quux', this.history.get('baz'));
260 Y.Assert.areSame(2, Obj.size(this.history.get()));
265 Y.Assert.areSame('bar', this.history.get('foo'));
266 Y.Assert.areSame(1, Obj.size(this.history.get()));
269 Y.Assert.areSame('quux', this.history.get('baz'));
270 Y.Assert.areSame(1, Obj.size(this.history.get()));
279 Y.Assert.areSame(Y.HistoryBase.SRC_REPLACE, e.src);
288 Y.Assert.areSame('bar', this.history.get('foo'));
289 Y.Assert.areSame(1, Obj.size(this.history.get()));
292 Y.Assert.areSame('quux', this.history.get('baz'));
293 Y.Assert.areSame(2, Obj.size(this.history.get()));
298 Y.Assert.areSame('bar', this.history.get('foo'));
299 Y.Assert.areSame(1, Obj.size(this.history.get()));
302 Y.Assert.areSame('quux', this.history.get('baz'));
303 Y.Assert.areSame(1, Obj.size(this.history.get()));