TestimoX

API Reference

Class

FilterCondition

Namespace TestimoX.Definitions
Assembly TestimoX
Modifiers sealed

A single AND-ed filter condition used to pre-filter datasets for assertions.

Inheritance

  • Object
  • FilterCondition

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Returned or exposed by

Constructors

public FilterCondition() #

Properties

public String Property { get; set; } #

Property path to evaluate.

public FilterOperator Operator { get; set; } #

Operator to apply.

public Object Value { get; set; } #

Operand value.