Changed 'type' field of MessageResult and ExpectationResult to 'log' and 'expect', respectively.

This commit is contained in:
Lee Byrd & Christian Williams
2010-06-22 14:48:47 -07:00
parent e7cd6a473a
commit e60f22a2e5
8 changed files with 19 additions and 14 deletions

View File

@@ -60,6 +60,9 @@ jasmine.Spec.prototype.addToQueue = function (block) {
}
};
/**
* @param {jasmine.ExpectationResult} result
*/
jasmine.Spec.prototype.addMatcherResult = function(result) {
this.results_.addResult(result);
};