Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jdt-ui-dev] RE: [eclipse-dev] change in junit plugin

I'm still running 2.0, so I may be behind the times on what's been
implemented...

That said, I had suggested via bugzilla that would access a template to
generate JUnit test stubs.  (For example, I like *my* stubs to always
contain 
  fail("nyi");
when first created but then, that's how I develop.)

Another concern I have is the right now the JUnit plugin does not
understand a persistent relationship between test class and class
tested. As a result, the create TestCase wizard is most useful when
violating test-first.  Keeping things in sync seems much harder, but
worthwhile.

Anyway, that's my thinking on the matter.

Eric



Back to the top