public interface DriverFactory<T>
Modifier and Type | Method and Description |
---|---|
T |
get(java.util.ArrayList<LoggingBean> logger,
java.lang.String[] args) |
void |
tearDown(T t) |
T get(java.util.ArrayList<LoggingBean> logger, java.lang.String[] args)
void tearDown(T t)
Copyright © 2000 Infostretch Corp.