func prepareBlockMapperTest(plug *csiPlugin, specVolumeName string, t *testing.T) (*csiBlockMapper, *volume.Spec, *api.PersistentVolume, error) { … } func TestBlockMapperGetGlobalMapPath(t *testing.T) { … } func TestBlockMapperGetStagingPath(t *testing.T) { … } func TestBlockMapperGetPublishPath(t *testing.T) { … } func TestBlockMapperGetDeviceMapPath(t *testing.T) { … } func TestBlockMapperSetupDevice(t *testing.T) { … } func TestBlockMapperSetupDeviceError(t *testing.T) { … } func TestBlockMapperSetupDeviceNoClientError(t *testing.T) { … } func TestBlockMapperMapPodDevice(t *testing.T) { … } func TestBlockMapperMapPodDeviceNotSupportAttach(t *testing.T) { … } func TestBlockMapperMapPodDeviceWithPodInfo(t *testing.T) { … } func TestBlockMapperMapPodDeviceNoClientError(t *testing.T) { … } func TestBlockMapperTearDownDevice(t *testing.T) { … } func TestBlockMapperTearDownDeviceNoClientError(t *testing.T) { … } func TestVolumeSetupTeardown(t *testing.T) { … } func TestUnmapPodDeviceNoClientError(t *testing.T) { … }