C# Class Machine.Specifications.ConsoleRunner.Specs.ConsoleRunnerSpecs

Mostrar archivo Open project: agross/machine.specifications

Public Properties

Property Type Description
console FakeConsole
program System.Program

Protected Methods

Method Description
GetPath ( string path ) : string

Method Details

GetPath() protected static method

protected static GetPath ( string path ) : string
path string
return string

Property Details

console public_oe static_oe property

public static FakeConsole,Machine.Specifications.ConsoleRunner.Specs console
return FakeConsole

program public_oe static_oe property

public static Program,System program
return System.Program