TestimoX

API Reference

Struct

ReuseDecision

Namespace TestimoX.Storage
Assembly TestimoX
Base ValueType
Modifiers sealed

Decision returned by CancellationToken).

Inheritance

  • ValueType
  • ReuseDecision

Constructors

public ReuseDecision(Boolean skip, String reason = null) #

Create a new decision.

Parameters

skip System.Boolean requiredposition: 0
reason System.String = null optionalposition: 1

Properties

public Boolean Skip { get; } #

True when the rule should be skipped because a valid cached result exists.

public String Reason { get; } #

Optional reason message for the skip (shown as execution message).

public static ReuseDecision No { get; } #

Helper for a no-skip decision.