C# Class Objectivity.Test.Automation.Common.Types.SavedTimes

SavedTimes class.
Afficher le fichier Open project: ObjectivityBSS/Test.Automation Class Usage Examples

Méthodes publiques

Méthode Description
SavedTimes ( string title )

Initializes a new instance of the SavedTimes class.

SetDuration ( long loadTime ) : void

Sets the duration.

Method Details

SavedTimes() public méthode

Initializes a new instance of the SavedTimes class.
public SavedTimes ( string title )
title string The title.

SetDuration() public méthode

Sets the duration.
public SetDuration ( long loadTime ) : void
loadTime long The load time.
Résultat void