Searched refs:NiceMockSystemCall (Results 1 – 1 of 1) sorted by relevance
2641 using NiceMockSystemCall = MockSystemCall; typedef2651 fruit::Component<SearchDirectories, NiceMockSystemCall> getTestComponents() { in getTestComponents()2653 .bind<SystemCall, NiceMockSystemCall>(); in getTestComponents()2737 fruit::Injector<SearchDirectories, NiceMockSystemCall> injector{getTestComponents};2740 MockSystemCall& mock_syscall = injector.get<NiceMockSystemCall&>();