Searched defs:UnexpectedValue (Results 1 - 1 of 1) sorted by relevance

/yui3/src/test/js/
H A DUnexpectedValue.js2 * UnexpectedValue is subclass of Error that is thrown whenever
11 * @class UnexpectedValue
14 YUITest.UnexpectedValue = function (message, unexpected){
31 this.name = "UnexpectedValue";
36 YUITest.UnexpectedValue.prototype = new YUITest.AssertionError();
39 YUITest.UnexpectedValue.prototype.constructor = YUITest.UnexpectedValue;
47 YUITest.UnexpectedValue.prototype.getMessage = function(){

Completed in 557 milliseconds