Let's say I have some piece of code like this: type Foo struct { }
func (this *Foo) Do() { } If I want to test that method Foo will pass in a certain scenario and fail in another scenario should I have a test for each scenario or should I have all scenarios tested in a method TestFoo_Do()? -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.