(tt *testing.T)
| 35661 | } |
| 35662 | |
| 35663 | func TestProjectV2Item_GetNodeID(tt *testing.T) { |
| 35664 | tt.Parallel() |
| 35665 | var zeroValue string |
| 35666 | p := &ProjectV2Item{NodeID: &zeroValue} |
| 35667 | p.GetNodeID() |
| 35668 | p = &ProjectV2Item{} |
| 35669 | p.GetNodeID() |
| 35670 | p = nil |
| 35671 | p.GetNodeID() |
| 35672 | } |
| 35673 | |
| 35674 | func TestProjectV2Item_GetProjectNodeID(tt *testing.T) { |
| 35675 | tt.Parallel() |
nothing calls this directly
no test coverage detected
searching dependent graphs…