mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 06:49:52 +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
@@ -71,7 +71,7 @@ TEST(OSLibraryTest, whenSymbolNameIsInvalidThenGetProcAddressReturnsNullPointer)
|
||||
EXPECT_EQ(nullptr, ptr);
|
||||
}
|
||||
|
||||
using OsLibraryTestWithFailureInjection = Test<MemoryManagementFixture>;
|
||||
using OsLibraryTestWithFailureInjection = TestLegacy<MemoryManagementFixture>;
|
||||
|
||||
TEST_F(OsLibraryTestWithFailureInjection, GivenFailureInjectionWhenLibraryIsLoadedThenOnlyFailedAllocationIsNull) {
|
||||
InjectedFunction method = [](size_t failureIndex) {
|
||||
|
||||
Reference in New Issue
Block a user