Get the copy context menu.
()
| 175 | |
| 176 | /** Get the copy context menu. */ |
| 177 | function getCopyMenu() { |
| 178 | return fixture.componentInstance.copyMenu; |
| 179 | } |
| 180 | |
| 181 | /** Get the context in which the cut context menu should trigger. */ |
| 182 | function getCutMenuContext() { |
no outgoing calls
no test coverage detected
searching dependent graphs…