You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/** Constructs a Driver by creating and adding one or more testing tasks.
*
* @param completeConfig The complete configuration
* @param context The driver context with data available to all driver tasks
* @param rootLogContext the root log context for the Driver
*/
class DriverBuilder(completeConfig: CompleteConfig, context: DriverContext, rootLogContext: LogContext)
extends my.core.java.common.builder.DriverBuilder(
completeConfig,
context,
rootLogContext) { ... }
results in
public class DriverBuilder
extends DriverBuilder
Constructs a Driver by creating and adding one or more testing tasks.
param: completeConfig The complete configuration param: context The driver context with data available to all driver tasks param: rootLogContext the root log context for the Driver
The text was updated successfully, but these errors were encountered:
e.g.
results in
The text was updated successfully, but these errors were encountered: