Searched refs:fixture (Results 1 – 4 of 4) sorted by relevance
274 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 …]
198 with the particular test class. This is part of the so-called test fixture in201 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),
568 // vt: Type of data this fixture refers to
582 Also you can create templated fixture by using the following macros: