I object to the test generator plugin, and think we should drop it. My reason is that the plugin promotes the bad practice of writing a method first and its test later.
Best practice is to do test-driven development, where you write the test first, and then you write the code that will make it pass.