Home
last modified time | relevance | path

Searched refs:SetupEnvironment (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/googletest/googletest/test/
H A Dgtest_skip_in_environment_setup_test.cc37 class SetupEnvironment : public testing::Environment { class
47 testing::AddGlobalTestEnvironment(new SetupEnvironment()); in main()
/freebsd/contrib/capsicum-test/
H A Dcapsicum-test-main.cc26 class SetupEnvironment : public ::testing::Environment class
29 SetupEnvironment() : teardown_tmpdir_(false) {} in SetupEnvironment() function in SetupEnvironment
158 testing::AddGlobalTestEnvironment(new SetupEnvironment()); in main()