(sel, exp, size, msg)
| 2005 | }); |
| 2006 | |
| 2007 | function _assertClip(sel, exp, size, msg) { |
| 2008 | if(exp === null) { |
| 2009 | expect(sel.size()).toBe(0, msg + 'selection should not exist'); |
| 2010 | } else { |
| 2011 | assertClip(sel, exp, size, msg); |
| 2012 | } |
| 2013 | } |
| 2014 | |
| 2015 | function _assert(layerClips, nodeDisplays, errorBarClips, lineClips) { |
| 2016 | var subplotLayer = d3Select('.overplot').select('.xy'); |
no outgoing calls
no test coverage detected
searching dependent graphs…