(t *testing.T)
| 108 | } |
| 109 | |
| 110 | func TestMasterKey_ToString(t *testing.T) { |
| 111 | rsrcId := testResourceID |
| 112 | key := NewMasterKeyFromResourceID(rsrcId) |
| 113 | assert.Equal(t, rsrcId, key.ToString()) |
| 114 | } |
| 115 | |
| 116 | func TestMasterKey_ToMap(t *testing.T) { |
| 117 | key := MasterKey{ |
nothing calls this directly
no test coverage detected