TestimoX

API Reference

Class

PowerShellRuleProvider

Namespace TestimoX.Providers
Assembly TestimoX
Implements

Discovers rules from PowerShell scripts on disk.

Inheritance

  • Object
  • PowerShellRuleProvider

Constructors

public PowerShellRuleProvider() #

Methods

public virtual Boolean CanHandle(RuleSourceType sourceType) #
Returns: Boolean

Parameters

sourceType TestimoX.Definitions.RuleSourceType requiredposition: 0
public virtual RuleProviderInfo GetProviderInfo() #
Returns: RuleProviderInfo
public virtual async Task<IEnumerable<Rule>> GetRulesAsync(RuleDiscoveryOptions options) #
Returns: Task<IEnumerable<Rule>>

Parameters

options TestimoX.Discovery.RuleDiscoveryOptions requiredposition: 0