File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change
1
+ // Unit Test Cases for Charts
2
+ // description: lifecycle methods
3
+ // Component should call make3dTree upon mounting
4
+ // object 'root' should be a deep clone of the snapshot
5
+ // i.e.: this.props.snapshot !== root
6
+
7
+ // description: maked3Tree
8
+ // Should call function 'removed3tree' only once
9
+ // Should call appropriate function upon triggering a certain event on the tooltip div
10
+ // i.e.:
11
+ // 'mouseover' event -> 'tipMouseover' function
12
+ // 'mouseout' event -> 'tipMouseout' function
13
+ // Should call appropriate function upon triggering a certain event on a node (nested under the 'update' function)
14
+ // i.e.:
15
+ // 'mouseover' event -> 'mouseover' function
16
+ // 'mouseout' event -> 'mouseout' function
17
+ // 'click' event -> 'click' function
18
+ // Should call function 'update' at least once
You can’t perform that action at this time.
0 commit comments