summaryrefslogtreecommitdiffstats
path: root/ppapi/tests/test_websocket.h
diff options
context:
space:
mode:
Diffstat (limited to 'ppapi/tests/test_websocket.h')
-rw-r--r--ppapi/tests/test_websocket.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/ppapi/tests/test_websocket.h b/ppapi/tests/test_websocket.h
index f63d717..8024bb7 100644
--- a/ppapi/tests/test_websocket.h
+++ b/ppapi/tests/test_websocket.h
@@ -47,6 +47,17 @@ class TestWebSocket : public TestCase {
std::string TestCcInterfaces();
+ std::string TestUtilityInvalidConnect();
+ std::string TestUtilityProtocols();
+ std::string TestUtilityGetURL();
+ std::string TestUtilityValidConnect();
+ std::string TestUtilityInvalidClose();
+ std::string TestUtilityValidClose();
+ std::string TestUtilityGetProtocol();
+ std::string TestUtilityTextSendReceive();
+ std::string TestUtilityBinarySendReceive();
+ std::string TestUtilityBufferedAmount();
+
// Used by the tests that access the C API directly.
const PPB_WebSocket* websocket_interface_;
const PPB_Var* var_interface_;