* Arguments */ Arguments holds an array of method arguments or return values.
| 782 | |
| 783 | // Arguments holds an array of method arguments or return values. |
| 784 | type Arguments []interface{} |
| 785 | |
| 786 | const ( |
| 787 | // Anything is used in Diff and Assert when the argument being tested |
no outgoing calls
no test coverage detected