MCPcopy
hub / github.com/google/git-appraise / TestSimpleRejectedThreadStatus

Function TestSimpleRejectedThreadStatus

review/review_test.go:183–192  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

181}
182
183func TestSimpleRejectedThreadStatus(t *testing.T) {
184 resolved := false
185 simpleThread := CommentThread{
186 Comment: comment.Comment{
187 Resolved: &resolved,
188 },
189 }
190 simpleThread.updateResolvedStatus()
191 simpleThread.validateRejected(t)
192}
193
194func TestFYIThenAcceptedThreadStatus(t *testing.T) {
195 accepted := true

Callers

nothing calls this directly

Calls 2

updateResolvedStatusMethod · 0.95
validateRejectedMethod · 0.95

Tested by

no test coverage detected