Exemplo n.º 1
0
        public BuildHandler()
        {
            var buildServerService = new MockBuildServerService();
            buildServerService.Error += OnError;

            this.server = new TeamBuildServer(buildServerService);
        }
Exemplo n.º 2
0
 public IndexHandler()
 {
     this.server = new TeamBuildServer(new MockBuildServerService());
 }