Lines Matching refs:gtest
37 // This file is #included from gtest.cc, to avoid changing build or
41 #include <gtest/gtest.h>
50 // implementation. It must come before gtest-internal-inl.h is
52 // prevent a user from accidentally including gtest-internal-inl.h in
55 #include "src/gtest-internal-inl.h"
98 FilePath("path\\gtest-options_test.xml")).c_str()) == 0 ||
101 FilePath("path\\gtest-options-ex_test.xml")).c_str()) == 0 ||
110 // named lt-gtest-options_test. Therefore the output file may be
111 // named .../lt-gtest-options_test.xml. We should remove this
116 FilePath("path/gtest-options_test.xml")).c_str() ||
119 FilePath("path/lt-gtest-options_test.xml")).c_str() ||
134 ASSERT_TRUE(_strcmpi("gtest-options_test", exe_str) == 0 ||
135 _strcmpi("gtest-options-ex_test", exe_str) == 0 ||
141 EXPECT_TRUE(String(exe_str) == "gtest-options_test" ||
142 String(exe_str) == "lt-gtest-options_test" ||
203 FilePath("path\\gtest-options_test.xml")).c_str()) == 0 ||
207 FilePath("path\\gtest-options-ex_test.xml")).c_str()) == 0 ||
217 // named lt-gtest-options_test. Therefore the output file may be
218 // named .../lt-gtest-options_test.xml. We should remove this
222 FilePath("path/gtest-options_test.xml")).c_str() ||
224 FilePath("path/lt-gtest-options_test.xml")).c_str() ||
251 FilePath("c:\\tmp\\gtest-options_test.xml").c_str()) == 0 ||
253 FilePath("c:\\tmp\\gtest-options-ex_test.xml").c_str()) == 0 ||
261 // named lt-gtest-options_test. Therefore the output file may be
262 // named .../lt-gtest-options_test.xml. We should remove this
265 EXPECT_TRUE(output_file == "/tmp/gtest-options_test.xml" ||
266 output_file == "/tmp/lt-gtest-options_test.xml" ||