all files / core/ _spying.js

100% Statements 8/8
100% Branches 0/0
100% Functions 0/0
100% Lines 8/8
1 2 3 4 5 6 7 8 9 10   
"use strict";
var spy_call_1 = require("./spying/spy-call");
exports.SpyCall = spy_call_1.SpyCall;
var spy_on_1 = require("./spying/spy-on");
exports.SpyOn = spy_on_1.SpyOn;
var spy_1 = require("./spying/spy");
exports.Spy = spy_1.Spy;
var restorable_spy_1 = require("./spying/restorable-spy");
exports.RestorableSpy = restorable_spy_1.RestorableSpy;
//# sourceMappingURL=_spying.js.map