Shallow Rendering: shallowRenderer.getRenderOutput()
After shallowRenderer.render() has been called, you can use shallowRenderer.getRenderOutput() to get the shallowly rendered output, you can then begin to assert facts about the output.
After shallowRenderer.render() has been called, you can use shallowRenderer.getRenderOutput() to get the shallowly rendered output, you can then begin to assert facts about the output.
Clickable & Draggable!