TestScenarioParameters Class

Definition

Base class for parameters passed into all the TestScenarios which defines all the common parameters.

[System.Serializable]
public abstract class TestScenarioParameters
[<System.Serializable>]
type TestScenarioParameters = class
Public MustInherit Class TestScenarioParameters
Inheritance
TestScenarioParameters
Derived
Attributes

Constructors

TestScenarioParameters(TimeSpan)

This API supports the Service Fabric platform and is not meant to be called from your code

Fields

WaitTimeBetweenFaultsDefault

Default value for WaitTimeBetweenFaults used if value not specified by user.

Properties

TimeToRun

Total time for which the scenario will run before ending.

WaitTimeBetweenFaults

The maximum wait time between consecutive faults: the larger the value, the lower the concurrency (of faults).

Applies to