MCPcopy Create free account
hub / github.com/PiSCSI/piscsi / TEST

Function TEST

cpp/test/device_test.cpp:13–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11#include "devices/device.h"
12
13TEST(DeviceTest, GetDefaultParams)
14{
15 MockDevice device(0);
16
17 const auto params = device.GetDefaultParams();
18 EXPECT_TRUE(params.empty());
19}
20
21TEST(DeviceTest, Properties)
22{

Callers

nothing calls this directly

Calls 15

IsReadyMethod · 0.80
SetReadyMethod · 0.80
IsResetMethod · 0.80
SetResetMethod · 0.80
IsAttnMethod · 0.80
SetAttnMethod · 0.80
IsReadOnlyMethod · 0.80
SetReadOnlyMethod · 0.80
IsProtectableMethod · 0.80
SetProtectableMethod · 0.80
IsProtectedMethod · 0.80
SetProtectedMethod · 0.80

Tested by

no test coverage detected