return "org.waveprotocol.wave.client.editor.integration.Tests";
}
public void testAnnotationPainterDies() {
EditorStaticDeps.setPopupProvider(Popup.LIGHTWEIGHT_POPUP_PROVIDER);
EditorStaticDeps.setPopupChromeProvider(new PopupChromeProvider() {
public PopupChrome createPopupChrome() {
return null;
}
});
EditorTestingUtil.setupTestEnvironment();