Hi all,

I'm working on JUnit 4 migration (we are already depending on junit-4.jar but 
still using old JUnit 3 style/api).

I plan to keep old WebTestCase for those still using JUnit 3, and create a new 
class called JWebUnit (do you have a better suggestion?). JWebUnit class will 
contains the same things than WebTestCase but followin JUnit 4 way, all methods 
will be static in order to allow writing tests this way:

import static net.sourceforge.jwebunit.junit.JWebUnit.*;

public class MyTest {

  @Test
  public void aTest() {
    beginAt("http://google.com";);
    ...
  }

}

I will also update all JWebUnit internal tests to use this new syntax.

After this work is done, I suggest to release a version 3.0.

I will still try to release a 2.5 with pre JUnit 4 migration work.

If you have any suggestion, feel free to tell me.

Regards,

Julien



      

------------------------------------------------------------------------------
Download new Adobe(R) Flash(R) Builder(TM) 4
The new Adobe(R) Flex(R) 4 and Flash(R) Builder(TM) 4 (formerly 
Flex(R) Builder(TM)) enable the development of rich applications that run
across multiple browsers and platforms. Download your free trials today!
http://p.sf.net/sfu/adobe-dev2dev
_______________________________________________
JWebUnit-development mailing list
JWebUnit-development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jwebunit-development

Reply via email to