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
Mostra file Open project: rforsbach/Treu-Structure

Public Properties

Property Type Description
Instance TestCmd

Public Methods

Method Description
Run ( Canguro services ) : void

Executes the command. Runs a test.

Private Methods

Method Description
TestCmd ( ) : System

Method Details

Run() public method

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

Property Details

Instance public_oe static_oe property

Singleton
public static TestCmd,Canguro.Commands.Model Instance
return TestCmd