Added two more required methods to CordovaWebView to get the Junit tests running, removed tests that make no sense

This commit is contained in:
Joe Bowser
2014-05-14 11:08:46 -07:00
parent e595c313a1
commit b6664cc859
10 changed files with 20 additions and 243 deletions
@@ -115,4 +115,9 @@ public interface CordovaWebView {
PluginManager getPluginManager();
void setLayoutParams(android.widget.FrameLayout.LayoutParams layoutParams);
// Required for test
String getUrl();
boolean isPaused();
}