C# Class Specs2Tests.Application

Inheritance: IApplication
Afficher le fichier Open project: JonKruger/Specs2Tests

Méthodes publiques

Méthode Description
Application ( IClipboard clipboard, ISpecParser specParser, ICodeWriter cSharpCodeWriter )
Run ( ) : void

Private Methods

Méthode Description
GetDataFromClipboard ( ) : string
GetTheCode ( ParsedSpec parsedSpec ) : string
ParseSpecs ( string specs ) : ParsedSpec
SaveCodeToClipboard ( string code ) : void

Method Details

Application() public méthode

public Application ( IClipboard clipboard, ISpecParser specParser, ICodeWriter cSharpCodeWriter )
clipboard IClipboard
specParser ISpecParser
cSharpCodeWriter ICodeWriter

Run() public méthode

public Run ( ) : void
Résultat void