mirror of
https://github.com/apache/cordova-android.git
synced 2026-05-30 00:00:04 +08:00
Added two more required methods to CordovaWebView to get the Junit tests running, removed tests that make no sense
This commit is contained in:
@@ -115,4 +115,9 @@ public interface CordovaWebView {
|
||||
PluginManager getPluginManager();
|
||||
|
||||
void setLayoutParams(android.widget.FrameLayout.LayoutParams layoutParams);
|
||||
|
||||
// Required for test
|
||||
|
||||
String getUrl();
|
||||
boolean isPaused();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user