Home
last modified time | relevance | path

Searched refs:OnEnvironmentsSetUpStart (Results 1 – 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/googletest/googletest/test/
HDgoogletest-listener-test.cc68 void OnEnvironmentsSetUpStart(const UnitTest& /*unit_test*/) override { in OnEnvironmentsSetUpStart() function in testing::internal::EventRecordingListener
143 void OnEnvironmentsSetUpStart(const UnitTest& /*unit_test*/) override { in OnEnvironmentsSetUpStart() function in testing::internal::EventRecordingListener2
/freebsd-13-stable/contrib/googletest/googletest/include/gtest/
HDgtest.h939 virtual void OnEnvironmentsSetUpStart(const UnitTest& unit_test) = 0;
997 void OnEnvironmentsSetUpStart(const UnitTest& /*unit_test*/) override {} in OnEnvironmentsSetUpStart() function
/freebsd-13-stable/contrib/googletest/googletest/src/
HDgtest.cc3383 void OnEnvironmentsSetUpStart(const UnitTest& unit_test) override;
3449 void PrettyUnitTestResultPrinter::OnEnvironmentsSetUpStart( in OnEnvironmentsSetUpStart() function in testing::internal::PrettyUnitTestResultPrinter
3692 void OnEnvironmentsSetUpStart(const UnitTest& /*unit_test*/) override {} in OnEnvironmentsSetUpStart() function in testing::internal::BriefUnitTestResultPrinter
3800 void OnEnvironmentsSetUpStart(const UnitTest& parameter) override;
3873 GTEST_REPEATER_METHOD_(OnEnvironmentsSetUpStart, UnitTest) in GTEST_REPEATER_METHOD_()
5943 repeater->OnEnvironmentsSetUpStart(*parent_); in RunAllTests()
/freebsd-13-stable/contrib/googletest/docs/reference/
HDtesting.md973 ##### OnEnvironmentsSetUpStart {#TestEventListener::OnEnvironmentsSetUpStart}
975 `virtual void TestEventListener::OnEnvironmentsSetUpStart(const UnitTest&