(tt *testing.T)
| 35639 | } |
| 35640 | |
| 35641 | func TestProjectV2Item_GetID(tt *testing.T) { |
| 35642 | tt.Parallel() |
| 35643 | var zeroValue int64 |
| 35644 | p := &ProjectV2Item{ID: &zeroValue} |
| 35645 | p.GetID() |
| 35646 | p = &ProjectV2Item{} |
| 35647 | p.GetID() |
| 35648 | p = nil |
| 35649 | p.GetID() |
| 35650 | } |
| 35651 | |
| 35652 | func TestProjectV2Item_GetItemURL(tt *testing.T) { |
| 35653 | tt.Parallel() |
nothing calls this directly
no test coverage detected
searching dependent graphs…