Home
last modified time | relevance | path

Searched refs:SetUp (Results 1 – 25 of 74) sorted by relevance

123

/freebsd/contrib/googletest/googletest/test/
H A Dgoogletest-catch-exceptions-test_.cc84 virtual void SetUp() { RaiseException(42, 0, 0, NULL); } in SetUp() function in SehExceptionInSetUpTest
123 void SetUp() override { in SetUp() function in CxxExceptionInConstructorTest
164 void SetUp() override { in SetUp() function in CxxExceptionInSetUpTestSuiteTest
208 void SetUp() override { throw std::runtime_error("Standard C++ exception"); } in SetUp() function in CxxExceptionInSetUpTest
H A Dgoogletest-output-test_.cc367 void SetUp() override { ADD_FAILURE() << "Expected failure #2, in SetUp()."; } in SetUp() function in NonFatalFailureInFixtureConstructorTest
390 void SetUp() override { in SetUp() function in FatalFailureInFixtureConstructorTest
417 void SetUp() override { in SetUp() function in NonFatalFailureInSetUpTest
437 void SetUp() override { in SetUp() function in FatalFailureInSetUpTest
935 void SetUp() override { printf("DynamicFixture::SetUp\n"); } in SetUp() function in DynamicFixture
986 void SetUp() override { printf("%s", "FooEnvironment::SetUp() called.\n"); } in SetUp() function in FooEnvironment
996 void SetUp() override { printf("%s", "BarEnvironment::SetUp() called.\n"); } in SetUp() function in BarEnvironment
H A Dgtest_xml_outfile1_test_.cc37 void SetUp() override { RecordProperty("SetUpProp", 1); } in SetUp() function in PropertyOne
H A Dgtest_skip_test.cc44 void SetUp() override { in SetUp() function in Fixture
H A Dgtest_skip_in_environment_setup_test.cc39 void SetUp() override { GTEST_SKIP() << "Skipping the entire environment"; } in SetUp() function in SetupEnvironment
H A Dgoogletest-global-environment-unittest_.cc42 void SetUp() override { FAIL() << "Canned environment setup error"; } in SetUp() function in __anon322d810d0111::FailingEnvironment
H A Dgtest_xml_outfile2_test_.cc39 void SetUp() override { RecordProperty("SetUpProp", 2); } in SetUp() function in PropertyTwo
H A Dgoogletest-listener-test.cc199 void SetUp() override { g_events->push_back("Environment::SetUp"); } in SetUp() function in testing::internal::EnvironmentInvocationCatcher
214 void SetUp() override { g_events->push_back("ListenerTest::SetUp"); } in SetUp() function in testing::internal::ListenerTest
/freebsd/contrib/googletest/googletest/samples/
H A Dsample5_unittest.cc66 void SetUp() override { start_time_ = time(nullptr); } in SetUp() function in __anonb00e1f8f0111::QuickTest
139 void SetUp() override { in SetUp() function in __anonb00e1f8f0111::QueueTest
141 QuickTest::SetUp(); in SetUp()
/freebsd/tests/sys/fs/fusefs/
H A Dmount.cc59 void SetUp() { in SetUp() function in Fsname
61 Mount::SetUp(); in SetUp()
66 void SetUp() { in SetUp() function in Subtype
68 Mount::SetUp(); in SetUp()
H A Dallow_other.cc58 virtual void SetUp() { in SetUp() function in NoAllowOther
63 FuseTest::SetUp(); in SetUp()
70 virtual void SetUp() { in SetUp() function in AllowOther
72 NoAllowOther::SetUp(); in SetUp()
H A Ddev_fuse_poll.cc69 virtual void SetUp() { in SetUp() function in DevFusePoll
71 FuseTest::SetUp(); in SetUp()
76 virtual void SetUp() { in SetUp() function in Kqueue
78 FuseTest::SetUp(); in SetUp()
H A Daccess.cc46 virtual void SetUp() { in SetUp() function in Access
47 FuseTest::SetUp(); in SetUp()
77 virtual void SetUp() { in SetUp() function in RofsAccess
79 Access::SetUp(); in SetUp()
H A Dwrite.cc53 void SetUp() { in SetUp() function in Write
54 FuseTest::SetUp(); in SetUp()
121 virtual void SetUp() { in SetUp() function in Write_7_8
123 FuseTest::SetUp(); in SetUp()
138 FuseTest::SetUp(); in SetUp()
147 FuseTest::SetUp(); in SetUp()
165 WriteBack::SetUp(); in SetUp()
183 WriteBack::SetUp(); in SetUp()
202 Write::SetUp(); in SetUp()
214 void SetUp() { in SetUp() function in WriteRlimitFsize
[all …]
H A Dfallocate.cc101 virtual void SetUp() { in SetUp() function in Fspacectl_7_18
103 Fspacectl::SetUp(); in SetUp()
113 virtual void SetUp() { in SetUp() function in FspacectlCache
131 FuseTest::SetUp(); in SetUp()
141 void SetUp() { in SetUp() function in PosixFallocate
143 FuseTest::SetUp(); in SetUp()
166 virtual void SetUp() { in SetUp() function in PosixFallocate_7_18
168 PosixFallocate::SetUp(); in SetUp()
H A Dio.cc87 void SetUp() in SetUp() function in Io
118 FuseTest::SetUp(); in SetUp()
390 virtual void SetUp() { in SetUp() function in IoCacheable
391 Io::SetUp(); in SetUp()
397 virtual void SetUp() { in SetUp() function in IoCopyFileRange
398 Io::SetUp(); in SetUp()
H A Dmknod.cc58 virtual void SetUp() { in SetUp() function in Mknod
62 FuseTest::SetUp(); in SetUp()
100 virtual void SetUp() { in SetUp() function in Mknod_7_11
105 FuseTest::SetUp(); in SetUp()
H A Ddefault_permissions_privileged.cc50 virtual void SetUp() { in SetUp() function in DefaultPermissionsPrivileged
52 FuseTest::SetUp(); in SetUp()
H A Dread.cc62 virtual void SetUp() { in SetUp() function in RofsRead
64 Read::SetUp(); in SetUp()
70 virtual void SetUp() { in SetUp() function in Read_7_8
72 FuseTest::SetUp(); in SetUp()
83 virtual void SetUp() { in SetUp() function in AioRead
87 FuseTest::SetUp(); in SetUp()
94 AioRead::SetUp(); in SetUp()
110 Read::SetUp(); in SetUp()
117 Read::SetUp(); in SetUp()
150 virtual void SetUp() { in SetUp() function in TimeGran
[all …]
H A Dfsyncdir.cc79 virtual void SetUp() { in SetUp() function in AioFsyncDir
83 FuseTest::SetUp(); in SetUp()
H A Dnfs.cc50 virtual void SetUp() { in SetUp() function in Nfs
53 FuseTest::SetUp(); in SetUp()
59 virtual void SetUp() { in SetUp() function in Exportable
61 Nfs::SetUp(); in SetUp()
H A Dforget.cc48 void SetUp() { in SetUp() function in Forget
52 FuseTest::SetUp(); in SetUp()
H A Dopendir.cc75 virtual void SetUp() { in SetUp() function in OpendirNoOpendirSupport
77 FuseTest::SetUp(); in SetUp()
H A Dreadlink.cc62 virtual void SetUp() { in SetUp() function in PushSymlinksIn
64 Readlink::SetUp(); in SetUp()
/freebsd/cddl/usr.sbin/zfsd/tests/
H A Dzfsd_unittest.cc207 virtual void SetUp() in SetUp() function in ZfsdExceptionTest
279 virtual void SetUp() in SetUp() function in VdevTest
378 virtual void SetUp() in SetUp() function in ZfsEventTest
421 virtual void SetUp() in SetUp() function in CaseFileTest
699 virtual void SetUp() in SetUp() function in ReEvaluateByGuidTest

123