[]
Base class implemented by test operator objects.
[TypeConverter(typeof(ai))]
public abstract class BaseTestOperator
<TypeConverter(GetType(ai))>
Public MustInherit Class BaseTestOperator
| Name | Description |
|---|---|
| BaseTestOperator() |
| Name | Description |
|---|---|
| Name | Gets the name of test operator. |
| Name | Description |
|---|---|
| PerformOperation(object, object) | Perform test operation on object with target value. |