Home
last modified time | relevance | path

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

/plugin/sequencediagram/bower_components/lodash/vendor/underscore/test/
H A Dobjects.js931 function Prototest() {} function
932 Prototest.prototype.x = 1; class
933 var specObj = new Prototest;
942 Prototest.x = 5;
943 assert.ok(_.isMatch({x: 5, y: 1}, Prototest), 'spec can be a function');
976 function Prototest() {} function
977 Prototest.prototype.x = 1;
978 var specObj = new Prototest;
989 Prototest.x = 5;
990 assert.ok(_.matcher(Prototest)({x: 5, y: 1}), 'spec can be a function');