mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-10 12:53:42 +08:00
Add a struct for test fixtures with correct method naming convention
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:

committed by
Compute-Runtime-Automation

parent
aed890a219
commit
e6fc458d4b
@ -16,7 +16,7 @@
|
||||
|
||||
using namespace NEO;
|
||||
|
||||
using FileLoggerTests = Test<MockExecutionEnvironmentGmmFixture>;
|
||||
using FileLoggerTests = TestLegacy<MockExecutionEnvironmentGmmFixture>;
|
||||
|
||||
TEST_F(FileLoggerTests, GivenLogAllocationMemoryPoolFlagThenLogsCorrectInfo) {
|
||||
std::string testFile = "testfile";
|
||||
|
@ -45,7 +45,7 @@ class WddmMemoryManagerFixture : public GdiDllFixture {
|
||||
const uint32_t rootDeviceIndex = 0u;
|
||||
};
|
||||
|
||||
typedef ::Test<WddmMemoryManagerFixture> WddmMemoryManagerTest;
|
||||
typedef ::TestLegacy<WddmMemoryManagerFixture> WddmMemoryManagerTest;
|
||||
|
||||
class MockWddmMemoryManagerFixture {
|
||||
public:
|
||||
@ -90,7 +90,7 @@ class MockWddmMemoryManagerFixture {
|
||||
MockGdi *gdi = nullptr;
|
||||
};
|
||||
|
||||
typedef ::Test<MockWddmMemoryManagerFixture> WddmMemoryManagerResidencyTest;
|
||||
typedef ::TestLegacy<MockWddmMemoryManagerFixture> WddmMemoryManagerResidencyTest;
|
||||
|
||||
class ExecutionEnvironmentFixture : public ::testing::Test {
|
||||
public:
|
||||
|
Reference in New Issue
Block a user