()
| 439 | } |
| 440 | |
| 441 | func (c *complexErrorOther) ComplexMessage() string { |
| 442 | return c.Message |
| 443 | } |
| 444 | |
| 445 | func (*functionSuite) TestHasType(c *gc.C) { |
| 446 | complexErr := &complexError{Message: "complex error message"} |
nothing calls this directly
no outgoing calls
no test coverage detected