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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...