C# Class Bari.Core.Model.TestProject

TestProject is a special Project, containing unit tests and not used in regular builds
Inheritance: Project
ファイルを表示 Open project: vigoo/bari Class Usage Examples

Public Methods

Method Description
TestProject ( string name, Module module ) : System.IO

Constructs the test project

Method Details

TestProject() public method

Constructs the test project
public TestProject ( string name, Module module ) : System.IO
name string Name of the project
module Module Module where he project belongs to
return System.IO