Home | History | Annotate | Download | only in tests

Lines Matching refs:string

8 #include <string>
71 // string.
78 // std::string FooTest() {
87 void LogTest(const std::string& test_name,
88 const std::string& error_message,
90 const std::string& current_test_name() { return current_test_name_; }
93 void AppendError(const std::string& message);
99 const std::string& protocol() {
105 const std::string& websocket_host() { return websocket_host_; }
109 void EvalScript(const std::string& script);
112 void SetCookie(const std::string& name, const std::string& value);
114 void ReportProgress(const std::string& progress_value);
118 void LogTestTime(const std::string& test_time);
123 void AddPostCondition(const std::string& script);
132 // test. Ownership is passed to the caller. The given string is split by '_'.
134 TestCase* CaseForTestName(const std::string& name);
137 void SendTestCommand(const std::string& command);
138 void SendTestCommand(const std::string& command, const std::string& params);
144 void LogError(const std::string& text);
146 // Appends the given HTML string to the console in the document.
147 void LogHTML(const std::string& html);
154 std::string current_test_name_;
158 std::string test_filter_;
167 std::string errors_;
172 // String representing the protocol. Used for detecting whether we're running
174 std::string protocol_;
180 std::string websocket_host_;