TestimoX

API Reference

Class

PreflightModeParser

Namespace TestimoX.Configuration
Assembly TestimoX
Modifiers static

Parses preflight mode values supplied by hosts.

Inheritance

  • Object
  • PreflightModeParser

Methods

public static PreflightMode Parse(String value, PreflightMode defaultValue = Soft) #
Returns: PreflightMode

Parses a preflight mode string. Defaults to Soft when empty or invalid.

Parameters

value System.String requiredposition: 0
defaultValue TestimoX.Configuration.PreflightMode = Soft optionalposition: 1