C# 클래스 Bari.Core.Model.TestProject

TestProject is a special Project, containing unit tests and not used in regular builds
상속: Project
파일 보기 프로젝트 열기: vigoo/bari 1 사용 예제들

공개 메소드들

메소드 설명
TestProject ( string name, Module module ) : System.IO

Constructs the test project

메소드 상세

TestProject() 공개 메소드

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
리턴 System.IO