C# Class NAnt.MSBuild.NAntLogger.DummyTask

Sample task used for testing.
Inheritance: NAnt.Core.Task
Exibir arquivo Open project: skolima/NAnt

Public Methods

Method Description
DummyTask ( Project p, string name ) : System

Sample task constructor.

Protected Methods

Method Description
ExecuteTask ( ) : void

Test method.

Method Details

DummyTask() public method

Sample task constructor.
public DummyTask ( Project p, string name ) : System
p NAnt.Core.Project Project to assign task to.
name string Sample name property.
return System

ExecuteTask() protected method

Test method.
protected ExecuteTask ( ) : void
return void