This content has been marked as final.
Show 4 replies
-
1. Re: Unit test framework
julien1 Sep 30, 2007 6:50 PM (in response to julien1)The next step will be to align the "test" module to extend the test framework using the remote extension that is already developed here.
-
2. Re: Unit test framework
julien1 Oct 1, 2007 6:05 PM (in response to julien1)I have implemented the keyword tagging feature for pojo tests which allow to annotate a class or a method with keywords in order to easy filter tests during execution.
-
3. Re: Unit test framework
julien1 Oct 15, 2007 4:59 PM (in response to julien1)The current status is that today I have locally the test suite for web and portlet container module migrated, there are a couple of things to finish before I can commit.
-
4. Re: Unit test framework
julien1 Oct 23, 2007 3:54 AM (in response to julien1)I finished the migration of web and portlet container module, everything is fine now and it meets my expectations:
- faster
- no more hacks
- direct HTML reporting (no more )
- no dependencies over the build system
etc...