go-spew/spew
Dave Collins 44d9c97c1a Add tests for disable method options.
This commit adds tests for the DisableMethods and DisablePointerMethods
options.  All combinations of method options and Stringer interface
invocation for both pointer receivers and non-pointer receivers are
tested.
2013-01-20 17:53:55 -06:00
..
common.go Invoke String/Error methods on addressable vals. 2013-01-20 17:37:24 -06:00
common_test.go Add tests for disable method options. 2013-01-20 17:53:55 -06:00
config.go Move SpewState methods to ConfigState. 2013-01-19 19:00:25 -06:00
doc.go Make overview ConfigState options order consistent. 2013-01-19 19:46:13 -06:00
dump.go Implement support for %#v and %#+v in Formatter. 2013-01-17 18:43:51 -06:00
dump_test.go Add tests for sub-interfaces. 2013-01-20 15:27:57 -06:00
example_test.go Move SpewState methods to ConfigState. 2013-01-19 19:00:25 -06:00
format.go Implement support for %#v and %#+v in Formatter. 2013-01-17 18:43:51 -06:00
format_test.go Add tests for sub-interfaces. 2013-01-20 15:27:57 -06:00
spew.go Move SpewState methods to ConfigState. 2013-01-19 19:00:25 -06:00
spew_test.go Add tests for disable method options. 2013-01-20 17:53:55 -06:00