()
| 108 | type testAutolinkClientViewError struct{} |
| 109 | |
| 110 | func (e testAutolinkClientViewError) Error() string { |
| 111 | return "autolink client view error" |
| 112 | } |
| 113 | |
| 114 | func TestViewRun(t *testing.T) { |
| 115 | tests := []struct { |
no outgoing calls
no test coverage detected