Re: [Jwebunit-development] API refactoring concerning buttons

2006-06-22 Thread Martijn Dashorst
I would say go with what you feel is right, but keep the existing API a bit in mind, otherwise people have to rebuild all their tests :). Martijn On 6/16/06, Julien Henry <[EMAIL PROTECTED]> wrote: > > Hi, > > Hi everybody, > > There are many things that need a real cleanup, but the first that I

[Jwebunit-development] API refactoring concerning buttons

2006-06-16 Thread Julien Henry
Hi, Hi everybody, There are many things that need a real cleanup, but the first that I want to do is buttons management. Currently, we have : clickButton(String buttonId) clickButtonWithText(String buttonValueText) clickElementByXPath(String xpath) submit() submit(String buttonName) submit(Str