TestimoX

API Reference

Class

RequirementSet

Namespace TestimoX.Definitions
Assembly TestimoX
Modifiers sealed

Declarative requirements that must be satisfied before executing a rule or test.

Inheritance

  • Object
  • RequirementSet

Constructors

Properties

public List<String> CommandAvailable { get; set; } #

Commands that need to be available in the current PowerShell session.

public List<String> ModuleAvailable { get; set; } #

PowerShell modules that need to be installed/available in the session host.

public Nullable<Boolean> IsDomainRoot { get; set; } #

When true, the rule/test should run only for the forest root domain.

public Nullable<Boolean> IsPdc { get; set; } #

When true, the rule/test should run only when targeting a PDC emulator.

public Nullable<Boolean> IsInternalForest { get; set; } #

When true, the rule/test should execute only for internal forests.