(t *testing.T)
| 162 | } |
| 163 | |
| 164 | func (commentThread *CommentThread) validateAccepted(t *testing.T) { |
| 165 | validateAccepted(t, commentThread.Resolved) |
| 166 | } |
| 167 | |
| 168 | func (commentThread *CommentThread) validateRejected(t *testing.T) { |
| 169 | validateRejected(t, commentThread.Resolved) |
no test coverage detected