-
Notifications
You must be signed in to change notification settings - Fork 32
Open
Description
e.g.
/** 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
rdesgroppes and ksen0byte
Metadata
Metadata
Assignees
Labels
No labels