C# Class Canguro.Commands.Model.TestCmd

Model Command to make authomated tests to the system. Should not be availabe in Release mode.
Inheritance: Canguro.Commands.ModelCommand
Afficher le fichier Open project: rforsbach/Treu-Structure

Méthodes publiques

Свойство Type Description
Instance TestCmd

Méthodes publiques

Méthode Description
Run ( Canguro services ) : void

Executes the command. Runs a test.

Private Methods

Méthode Description
TestCmd ( ) : System

Method Details

Run() public méthode

Executes the command. Runs a test.
public Run ( Canguro services ) : void
services Canguro CommandServices object to interact with the system
Résultat void

Property Details

Instance public_oe static_oe property

Singleton
public static TestCmd,Canguro.Commands.Model Instance
Résultat TestCmd