Add unit coverage for ExpectationResult

This commit is contained in:
Davis W. Frank & Rajan Agaskar
2012-11-29 12:17:43 -08:00
parent 08f5a8c98f
commit dfed37531e
5 changed files with 57 additions and 1 deletions

View File

@@ -1,3 +1,4 @@
//TODO: expectation result may make more sense as a presentation of an expectation.
jasmine.ExpectationResult = function(params) {
this.type = 'expect';
this.matcherName = params.matcherName;