1
0
Fork 0

GraphViewer: Defined spies for Toolbox creation tests

This commit is contained in:
Michael Hackstein 2013-04-05 08:18:40 +02:00
parent 268fe16056
commit 8fae6f2485
1 changed files with 3 additions and 0 deletions

View File

@ -65,6 +65,9 @@
edgeShaper.drawEdges(edges);
dispatcherUI = new EventDispatcherControls(list, dispatcher);
spyOn(nodeShaper, "changeTo").andCallThrough();
spyOn(edgeShaper, "changeTo").andCallThrough();
});
afterEach(function () {