added toHaveBeenCalledTimes

This commit is contained in:
Felipe Andrade
2016-01-06 11:28:40 -05:00
parent f11e49cfb7
commit 26c98c8a95
+1
View File
@@ -290,6 +290,7 @@ declare module jasmine {
toBeFalsy(expectationFailOutput?: any): boolean;
toHaveBeenCalled(): boolean;
toHaveBeenCalledWith(...params: any[]): boolean;
toHaveBeenCalledTimes(expected: number): boolean;
toContain(expected: any, expectationFailOutput?: any): boolean;
toBeLessThan(expected: number, expectationFailOutput?: any): boolean;
toBeGreaterThan(expected: number, expectationFailOutput?: any): boolean;