TestimoX

API Reference

Class

RuleExample

Namespace TestimoX.Definitions
Assembly TestimoX

Example snippet attached to a rule for documentation and report rendering.

Inheritance

  • Object
  • RuleExample

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

Properties

public String Title { get; set; } #

Short, descriptive title for the example.

public String Language { get; set; } #

Language identifier (e.g., csharp, powershell) used for syntax highlighting.

public String Code { get; set; } #

Example code or commands.

public String Description { get; set; } #

Context or explanation for the example.