TestimoX

API Reference

Class

OperationTypeConverter

Namespace TestimoX.Definitions
Assembly TestimoX
Modifiers static

Converts operation type tokens (e.g., eq, gt, between) from rules/tests into OperationType.

Inheritance

  • Object
  • OperationTypeConverter

Methods

public static OperationType MapToOperationType(Object operationType) #
Returns: OperationType

Maps an operation token (e.g., eq, gt, between) to OperationType. Unrecognized tokens default to EqualTo and log an error.

Parameters

operationType System.Object requiredposition: 0
String or value token representing the operation.

Returns

The mapped OperationType.