aboutsummaryrefslogtreecommitdiffstats
path: root/tests/ephy-test-utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ephy-test-utils.h')
-rw-r--r--tests/ephy-test-utils.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/ephy-test-utils.h b/tests/ephy-test-utils.h
index afd05f145..66a9f4450 100644
--- a/tests/ephy-test-utils.h
+++ b/tests/ephy-test-utils.h
@@ -24,6 +24,7 @@
#ifndef EPHY_TEST_UTILS_H
#define EPHY_TEST_UTILS_H
+#include "ephy-embed.h"
#include "ephy-web-view.h"
#include <glib.h>
@@ -35,10 +36,17 @@ guint ephy_test_utils_get_web_view_ready_counter (void);
void ephy_test_utils_check_ephy_web_view_address (EphyWebView *view,
const gchar *address);
+void ephy_test_utils_check_ephy_embed_address (EphyEmbed *embed,
+ const gchar *address);
+
GMainLoop* ephy_test_utils_setup_ensure_web_views_are_loaded (void);
void ephy_test_utils_ensure_web_views_are_loaded (GMainLoop *loop);
+GMainLoop* ephy_test_utils_setup_wait_until_load_is_committed (EphyWebView *view);
+
+void ephy_test_utils_wait_until_load_is_committed (GMainLoop *loop);
+
G_END_DECLS
#endif