Class Automator<T>
Inherited Members
Namespace: Unity.AutomatedQA
Syntax
public abstract class Automator<T> : Automator where T : AutomatorConfig
Type Parameters
| Name | Description |
|---|---|
| T |
Fields
config
Declaration
protected T config
Field Value
| Type | Description |
|---|---|
| T |
logger
Declaration
protected AQALogger logger
Field Value
| Type | Description |
|---|---|
| AQALogger |
Methods
Init()
Declaration
public override sealed void Init()
Overrides
Init(T)
Declaration
public virtual void Init(T config)
Parameters
| Type | Name | Description |
|---|---|---|
| T | config |
Init(AutomatorConfig)
Declaration
public override sealed void Init(AutomatorConfig config)
Parameters
| Type | Name | Description |
|---|---|---|
| AutomatorConfig | config |