TestimoX

API Reference

Class

RuleExample

Namespace TestimoX.Definitions
Assembly TestimoX

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

Inheritance

  • Object
  • RuleExample

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.