all files / core/ _spying.ts

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 11 12        
import { SpyCall } from "./spying/spy-call";
import { SpyOn } from "./spying/spy-on";
import { Spy } from "./spying/spy";
import { RestorableSpy } from "./spying/restorable-spy";
 
export {
    SpyCall,
    SpyOn,
    Spy,
    RestorableSpy
};