Lines Matching defs:testing
164 namespace testing {
248 } // namespace testing
252 testing::internal::BoolFromGTestEnv("fail_fast",
253 testing::GetDefaultFailFast()),
258 testing::internal::BoolFromGTestEnv("also_run_disabled_tests", false),
263 testing::internal::BoolFromGTestEnv("break_on_failure", false),
268 testing::internal::BoolFromGTestEnv("catch_exceptions",
274 color, testing::internal::StringFromGTestEnv("color", "auto"),
282 testing::internal::StringFromGTestEnv("filter",
283 testing::GetDefaultFilter()),
292 testing::internal::BoolFromGTestEnv("install_failure_signal_handler",
308 testing::internal::StringFromGTestEnv(
309 "output", testing::internal::OutputFlagAlsoCheckEnvVar().c_str()),
320 brief, testing::internal::BoolFromGTestEnv("brief", false),
324 testing::internal::BoolFromGTestEnv("print_time", true),
329 testing::internal::BoolFromGTestEnv("print_utf8", true),
334 random_seed, testing::internal::Int32FromGTestEnv("random_seed", 0),
339 repeat, testing::internal::Int32FromGTestEnv("repeat", 1),
345 testing::internal::BoolFromGTestEnv("recreate_environments_when_repeating",
361 testing::internal::BoolFromGTestEnv("shuffle", false),
367 testing::internal::Int32FromGTestEnv("stack_trace_depth",
368 testing::kMaxStackTraceDepth),
374 testing::internal::StringFromGTestEnv("stream_result_to", ""),
381 testing::internal::BoolFromGTestEnv("throw_on_failure", false),
388 flagfile, testing::internal::StringFromGTestEnv("flagfile", ""),
392 namespace testing {
896 ::testing::internal::GetCurrentOsStackTraceExceptTop(1));
953 // Returns the type ID of ::testing::Test. We should always call this
954 // instead of GetTypeId< ::testing::Test>() to get the type ID of
955 // testing::Test. This is to work around a suspected linker bug when
957 // GetTypeId< ::testing::Test>() to return different values depending
965 // library. This is solely for testing GetTestTypeId().
1255 while (::testing::internal::AlwaysTrue()) {
1925 return ::testing::AssertionFailure()
2653 // Test assertion with the intention of letting another testing
5349 // with another testing framework) and specify the former on the
6675 // Test with another testing framework.
6907 } // namespace testing