C# Class FuncTest.Helpers.DeploymentAndValidationTools

Helper class that deploys test applications and provides commaon validation methods
Afficher le fichier Open project: Microsoft/ApplicationInsights-dotnet-server

Méthodes publiques

Méthode Description
CleanUp ( ) : void

Delete all applications and cleanup.

Initialize ( ) : void

Deploy all test applications and prepera infra.

Validate ( TelemetryItem itemToValidate, TimeSpan accessTimeMax, bool successFlagExpected ) : void

Validates Runtime Dependency Telemetry values.

Method Details

CleanUp() public static méthode

Delete all applications and cleanup.
public static CleanUp ( ) : void
Résultat void

Initialize() public static méthode

Deploy all test applications and prepera infra.
public static Initialize ( ) : void
Résultat void

Validate() public static méthode

Validates Runtime Dependency Telemetry values.
public static Validate ( TelemetryItem itemToValidate, TimeSpan accessTimeMax, bool successFlagExpected ) : void
itemToValidate TelemetryItem RDD Item to be validated.
accessTimeMax TimeSpan Expected maximum limit for access time.
successFlagExpected bool Expected value for success flag.
Résultat void