[jboss-dev-forums] [QA of JBoss Portal] - Re: JBoss Unit design (ant and maven support)
julien@jboss.com
do-not-reply at jboss.com
Fri Oct 12 05:20:11 EDT 2007
I am going to add the following for the test driver:
| public interface DriverContext
| {
| String getProperty(String name);
| }
|
and on the TestDriver interface the following methods:
| void init(DriverContext context);
| void destroy();
|
I need to have proper demarcation of the life cycle of a test driver, which is needed in various places. I also need test driver configuration which is different from parameters. A test driver configuration is something like the local directory that would contain archives to deploy, or the initial node id in a distributed test.
Those would be added to the jboss-unit.xsd as well as runtime switches.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4094436#4094436
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4094436
More information about the jboss-dev-forums
mailing list