Home
last modified time | relevance | path

Searched refs:shouldBe (Results 1 – 2 of 2) sorted by relevance

/plugin/sequencediagram/bower_components/lodash/vendor/underscore/test/
H A Darrays.js288 var shouldBe = {moe: 30, larry: 40, curly: 50}; class in AnonymousFunctionb6e72c691500
289 assert.deepEqual(result, shouldBe, 'two arrays zipped together into an object');
292 shouldBe = {one: 1, two: 2, three: 3}; class in AnonymousFunctionb6e72c691500
293 assert.deepEqual(result, shouldBe, 'an array of pairs zipped together into an object');
/plugin/s5reloaded/ui/effects_support/
H A Dunittest.js523 shouldBe: 'assertReturnsTrue', property in Test.setupBDDExtensionMethods.METHODMAP