TestimoX

API Reference

Class

TestState

Namespace TestimoX.Definitions
Assembly TestimoX

Simple aggregate counters summarizing test outcomes for a rule.

Inheritance

  • Object
  • TestState

Constructors

public TestState() #

Properties

public Int32 PassedTests { get; set; } #

Total number of passed tests.

public Int32 FailedTests { get; set; } #

Total number of failed tests.