C# Class Bari.Core.Model.TestProject

TestProject is a special Project, containing unit tests and not used in regular builds
Inheritance: Project
Afficher le fichier Open project: vigoo/bari Class Usage Examples

Méthodes publiques

Méthode Description
TestProject ( string name, Module module ) : System.IO

Constructs the test project

Method Details

TestProject() public méthode

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
Résultat System.IO