Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/DirectoryWatcher/
H A DDirectoryWatcherTest.cpp274 fixture.addFile("a"); in TEST()
275 fixture.addFile("b"); in TEST()
276 fixture.addFile("c"); in TEST()
307 fixture.addFile("a"); in TEST()
308 fixture.addFile("b"); in TEST()
309 fixture.addFile("c"); in TEST()
356 fixture.addFile("a"); in TEST()
357 fixture.addFile("b"); in TEST()
358 fixture.addFile("c"); in TEST()
366 fixture.addFile("a"); in TEST()
[all …]
/llvm-project-15.0.7/lldb/docs/testsuite/
H A Da-detailed-walkthrough.txt198 with the particular test class. This is part of the so-called test fixture in
201 A test fixture represents the preparation needed to perform one or more tests,
205 The TestBase class uses such fixture with setUp(self), tearDown(self),
/llvm-project-15.0.7/llvm/lib/Target/M68k/
H A DM68kInstrInfo.td568 // vt: Type of data this fixture refers to
/llvm-project-15.0.7/third-party/benchmark/docs/
H A Duser_guide.md582 Also you can create templated fixture by using the following macros: